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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to