> > 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. >
Alternatively, you can compile the System.Data.SQLite project using: MSBuild System.Data.SQLite.2008.csproj /t:Rebuild /p:UseInteropDll=false /p:UseSqliteStandard=true This will produce a managed assembly that looks for a shared library named "sqlite3". > > When I run the app and try to access the database i'm getting the > error: System.DllNotFoundException: SQLite.Interop.DLL. > I seem to recall that the LD_LIBRARY_PATH may need to be modified to actually look in the bin folder for the application? I could be wrong here because I am not an expert on Mono. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

