Dear Beell and Michael,

Thank you very much for your respective answers. I am checking but I am 
pretty sure that users who experience this issue are using my 
application with windows 64 bits and I made my project only with... 32 
bits DLLs of SQLite.NET.

Thus, now my next question is: each time I will release a new version of 
my application, should I clone my VB project and modify the SQLite.net 
DLL in the references by the 64 bits version and re-built a new EXE? Or, 
I just replace, in the built application, the SQLite.Net DLL by the 64 
bits one?

If my question is not clear, just let me know and I will try to ask it 
differently :)
Best regards,
Cyrille



Le 18/06/2011 15:37, beell a écrit :
> Am 18.06.2011 14:47, schrieb Cyrille:
>> Dear all,
>>
>> Since I am using the new version of SQLite.NET, some of my users have
>> the following error when launching my application:
>>
>> System.DllNotFoundException: Impossible de charger la DLL
>> 'SQLite.Interop.DLL': Le module spécifié est introuvable. (Exception de
>> HRESULT : 0x8007007E)
>>       à System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[]
>> utf8Filename, Int32 flags, IntPtr&   db)
>>       à System.Data.SQLite.SQLite3.Open(String strFilename,
>> SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool)
>>       à System.Data.SQLite.SQLiteConnection.Open()
>>
>> However, the SQLite.Interop is in the application folder. I specify that
>> I am using VB 2010 Express with the framework 4.0.
>>
>> Sorry but I really have troubles: if I cannot solve this critical issue,
>> I cannot see what to do but stopping the development of my application :-(
>> Thank you very much in advance
>> Best regards,
>> Cyrille
>
> Are you sure that your users have the right dlls according to their
> system (x86 vs x64)?
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to