On Fri, May 13, 2011 at 3:24 PM, Clay Fowler <paul.clay.fow...@gmail.com>wrote:

> The downloads at
> http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wikiappear
> 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.
>

I am able to use the pre-compiled binaries on Windows XP x86 including
test.exe
And it looks like test.exe does require SQLite.Interop.dll

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.
>

I can open SQLite.NET.2010.sln and build the solution except for
the SQLite.Designer
But the error seems to be caused by damaged .NET Framework installation in
my computer.


> So it doesn't appear possible to get anything that works either from binary
> or source at the moment, or I am overlooking something.


You may want to try to reinstall / repair .net framework installation and
then reinstall pre-compiled SQLite.

Reboot your PC if necessary.

Regards,

Afriza N. Arief
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to