Thank you so much. It works again perfectly now :) Regards, Cyrille
Le 07/05/2011 09:53, Kevin Benson a écrit : > On Sat, May 7, 2011 at 3:12 AM, Cyrille<[email protected]> wrote: > >> Dear all, >> >> Sorry to send again my previous email (cf. below) but as I did not >> receive any answer, I am wondering if my question was stupid or if >> nobody could help me. Thank you very much in advance for your kind answers >> >> Regards, >> Cyrille >> > > Seems like after adding SQLite.Interop.071.dll to the project root folder, > you would then right-click that particular SQLite.Interop.071.dll file to > view its properties and ensure that these options are set: > > ------------ > > Build Action = Content > > -and- > > Copy to Output Directory = Copy If Newer > > ------------ > > Testing again with a subsequent build or rebuild of the project may get you > working again. > -- > -- > -- > --ô¿ô-- > K e V i N > > > Le 30/04/2011 19:59, Cyrille a écrit : >> 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 _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

