This is a follow-up question from
http://stackoverflow.com/questions/36166266/sqlite3-dll-cannot-be-used-in-c-sharp-application-in-vs2013-on-win-7/36169278#36169278
I installed dotConnect.Express.for.SQLite from
https://www.nuget.org/packages/dotConnect.Express.for.SQLite/
Now, for the C# project of 32 bits, it worked. But, for x64, I got error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in XMR.UserModel.dll
Additional information: Could not load file or assembly 'Devart.Data.SQLite, Version=5.2.457.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
it seems that .net needs a x64 version but the installed "dotConnect" is 32 bits ?
Any suggestions ?