Thank you so much to all of you for your feedback. One of my users just 
informed me that he solved the issue by installing indeed the VS 2010 
C++ Redistributable package.
I confirm also that my project was set to "anycpu". If I change the 
setting to "x86", is the VS 2010 C++ Redistributable package still 
necessary?

Thanks again!
Regards,
Cyrille


Le 22/06/2011 21:56, J Decker a écrit :
> And the ieshims or whatever that doesn't show up in dependancy walker
> is standard behavior for any C# application.
>
> On Wed, Jun 22, 2011 at 12:55 PM, J Decker<d3c...@gmail.com>  wrote:
>> This is actually probably a very simple problem.  sqlite.net library
>> is built as x86.  Your project is probably built as 'anycpu' instead
>> of 'x86' which allows it to try and run as x64 as appropriate, but it
>> won't be able to use the x86 sqlite.net library.
>>
>> On Sat, Jun 18, 2011 at 5:47 AM, Cyrille<rssxpr...@free.fr>  wrote:
>>> 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
>>> _______________________________________________
>>> 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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to