Re: [sqlite] System.DllNotFoundException: SQLite.Interop.DLL

2011-07-25 Thread Grant Dunoon
Thanks for persisting with me on this, I recompiled it as your email below and it now runs in both windows and linux. I have not tried the Debug version again, so the problem first time around could have been finger trouble. On a side note it look like I'm also getting a memory leak in linux.

Re: [sqlite] System.DllNotFoundException: SQLite.Interop.DLL

2011-07-24 Thread Joe Mistachkin
Very odd, with the "UseSqliteStandard" property enabled, that error message should not be possible. How are you compiling the SQLite.Interop project? When you compiled the System.Data.SQLite assembly, did you use the real MSBuild (i.e. not XBuild)? The command line I gave you would have

Re: [sqlite] System.DllNotFoundException: SQLite.Interop.DLL

2011-07-24 Thread Grant Dunoon
Thanks Joe but no luck. I tracked down the folders that are referenced by LD_LIBRARY_PATH in the Linux OS and copied in SQLite.Interop.DLL into it with no luck. >>MSBuild System.Data.SQLite.2008.csproj /t:Rebuild /p:UseInteropDll=false /p:UseSqliteStandard=true I then created the dll as above

Re: [sqlite] System.DllNotFoundException: SQLite.Interop.DLL

2011-07-23 Thread Joe Mistachkin
> > 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

[sqlite] System.DllNotFoundException: SQLite.Interop.DLL

2011-07-22 Thread Grant Dunoon
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