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 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,
IntPtr.Zero);
Currently using the latest nuget sqlite builds 1.0.85.0
Any Idea of what the problem may be?
Thanks
Denis
_______________________________________________
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