[Mono-dev] Which SQLite?

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Thu Jul 17 13:42:55 UTC 2014


> From: Timotheus Pokorra [mailto:timotheus.pokorra at solidcharity.com]
> Sent: Thursday, July 17, 2014 8:56 AM
> 
> On Windows, we copy the Mono.Data.Sqlite.dll and the sqlite3.dll to
> our application directory.
> We use the Mono.Data.Sqlite.dll that came with Mono for windows
> version 2.10.6 (C:\Program Files (x86)\Mono-2.10.6\lib\mono\2.0).

Make sure you archive it, because the currently available windows mono download is 2.10.9, which has the same bug as 3.2.3.


> The sqlite3.dll comes from
> http://www.sqlite.org/sqlite-dll-win32-x86-3071300.zip
> We run the software with Microsoft .Net, not with Mono on Windows.

Thank you very much for that.  In fact, the Mono.Data.Sqlite.dll from linux or mac...  The reason they fail on windows is can't find sqlite3.dll.  So I'll retry copying the mac dll to windows, along with this sqlite3.dll.  Maybe that will work.


More information about the Mono-devel-list mailing list