Joe Mistachkin wrote:
> 
> Meanwhile, as for the crash, I think I'll need to create a special
> version of the SQLite.Designer.dll just for Visual Studio 2005 due to
> the VS reference assemblies it uses.  I'll let you know when it's
> available.
> 

Please update to the latest source code in the System.Data.SQLite tree,
open the SQLite.NET.2005.sln file in Visual Studio 2005, and recompile
it with the "Release" build configuration and the "Any CPU" platform
selected.  You will need the Visual Studio 2005 SDK installed in order
to compile the SQLite.Designer project successfully.  The last version
is required and it is available here (released 2007/02/28):

        https://www.microsoft.com/download/en/details.aspx?id=6283

Also, you'll need to manually remove and then replace all the files in
the install directory and the GAC with the ones you just built.  This
is important because the newly built files will all have assemblies
named with version 1.0.80.0, not 1.0.79.0.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to