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. Will keep investigating and open a new thread if I find anything. Thanks again. Grant On 25 July 2011 05:47, Joe Mistachkin <[email protected]> wrote: > 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 produced a "Debug" build, did you > grab > the assembly from that directory? > > For a "Release" build, you can use the following command line (all on one > line): > > MSBuild System.Data.SQLite.2008.csproj /t:Rebuild > /p:Configuration=Release > /p:UseInteropDll=false /p:UseSqliteStandard=true > > One potential problem I thought of the other day was the casing of the file > extension on the DLLs. I checked in a change to make the file extensions > for > the DLLs all lower case. > > Another possible issue is (although, this was Windows specific): > > https://bugzilla.novell.com/show_bug.cgi?id=636915 > > -- > Joe Mistachkin > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Grant Dunoon www.TryBooking.com Tel: +61 (0) 402 993 808 Tel: +61 (3) 9012 3460 Skype (W): grant.dunoon Email: [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

