ion123: When I try to install this, the installer works for a little bit and then pops up an Open file dialog to C:\Program Files (x86)\SQLite.NET\bin\Designer, and asks for the file System.Data.SQLite.DLL. I thought it's supposed to be installing that file.
I'm running Windows 7 x64 and VS2010 RC.
EDIT: I tried pointing it to System.Data.SQLite.DLL in C:\Program Files (x86)\SQLite.NET\bin\x64, but it just opens it right back to the same location (C:\Program Files (x86)\SQLite.NET\bin\Designer). Cancelling results in the following unhandled exception:
System.ArgumentException was unhandled
Message=Unable to find or load System.Data.SQLite.DLL
Source=install
StackTrace:
at install.InstallDesigner.get_SQLite()
at install.InstallDesigner.FixXmlLibPaths(Boolean install, String version)
at install.InstallDesigner.GlobalAddRemove(String version)
at install.InstallDesigner..ctor()
at install.Program.Main()
InnerException: