Hi

I am really trying to get my head around whats happening as I can't seem to
find any examples.

I have a asp.net app running on x86 Ubuntu(11.04)/Apache2/Mono(2.6.7
ASP.NETVersion: 2.0.50727.1433).

The app was running OK with the Managed Only System.Data.SQLite.dll
 (1.0.66.0) which I understand uses the linux systems sqlite.so.

I upgrade to the latest Managed Only System.Data.SQLite 1.0.74.0 which I
understand I have to rename sqlite.so to SQLite.Interop.dll
/SQLite.Interop.DLL (tried both) and placed in the apps bin folder.

When I run the app and try to access the database i'm getting the
error: System.DllNotFoundException: SQLite.Interop.DLL.

I have been able to run the app on Windows with the windows interop dll, so
I even tried coping over that version  to see if it would at least see the
dll and try and rule out any compile time setup issues. But no, just got the
same message: System.DllNotFoundException: SQLite.Interop.DLL

So I'm not sure what I'm doing and could really do with guidance.

Thank you
Grant
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to