Dear all, Until now, I was using the version 1.0.66.0 from phxsoftware website. I would like now to upgrade to version 1.0.71.0 as my software seems to have a bug linked to the dll.
To use the last version with my application, I have proceeded like I did with the phxsoftware website. I have downloaded and run the precompiled Binaries For Windows (http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki). Then, I opened the folder C:\Program Files\System.Data.SQLite\bin and copied-pasted the files SQLite.Interop.dll and System.Data.SQLite.dll in the "bin" folder of my VB Express application. I have opened my application under VB 2008 Express, remove the previous reference of SQLite and added the new one. Unfortunately, when I run the application with VB Express, an error is raison when opening the connection with the DB: the file SQLite.Interop.dll. Re-building the solution did not fixe the issue. I read that the SQLite.Interop.dll file is not necessary for desktop application (which is my case) but used in debug mode. However, how to specify to VB Express 2008 where is located this file? I am sorry if my question is stupid but I really would like to continue updating the SQLite dll in my application. I thank you in advance for your kind support Regards, Cyrille _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

