Dies ist eine Folgefrage vondas Paket von dotConnect für SQLite funktioniert nicht für 64-Bit-C# -Projekt in VS2013?
http://stackoverflow.com/questions/36166266/sqlite3-dll-cannot-be-used-in-c-sharp-application-in-vs2013-on-win-7/36169278#36169278
I dotConnect.Express.for.SQLite von
https://www.nuget.org/packages/dotConnect.Express.for.SQLite/
Nun, für die C# -Projekt von 32 Bit installiert, es funktionierte. Aber für x64, bekam ich Fehler:
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)
es scheint, dass .net eine x64-Version benötigt, aber die installierte "dotConnect" ist 32 Bit?
Irgendwelche Vorschläge?