The downloads at
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki appear
broken in various ways:

The precompiled binaries fail to work on desktop from Mono on OS X or on
Microsoft's CLR from Windows (even with the included test.exe) because they
attempt to load SQLite.Interop.dll. According to the bundled readme.html,
this should not happen (it says SQLite.Interop.dll is only needed when
deploying on the compact framework and that normally only
System.Data.SQLite.dll itself should be deployed with desktop apps). But
even with the SQLite.Interop.dll present, it still fails to load.

Meanwhile, the source download is broken because core projects within the
solution are completely empty (no source files), such as the main
System.Data.SQLite assembly. This is true for both the 2008 and 2010
solutions in the .zip.

So it doesn't appear possible to get anything that works either from binary
or source at the moment, or I am overlooking something.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to