Re: [sqlite] Unable to load DLL 'sqlite3

2013-04-23 Thread GB
Denis, you are most likely using a wrong bitness. Set your project to create a x86 assembly or get an x64 SQLite build. Gerd Denis Rapiti schrieb am 23.04.2013 16:13: Hi everyone, Has anyone used the sql-net library I keep getting Unable to load DLL 'sqlite3': The specified module could no

[sqlite] Unable to load DLL 'sqlite3

2013-04-23 Thread Denis Rapiti
Hi everyone, Has anyone used the sql-net library I keep getting Unable to load DLL 'sqlite3': The specified module could not be found. (Exception from HRESULT: 0x8007007E) the error occurs on the following line of code: var r = SQLite3.Open (databasePathAsBytes, out handle, (int) openFlags, IntP