Jill Taylor wrote:
>
> I hope someone has ran across this and can give me some pointers.
>
Is System.Data.SQLite being used in an ASP.NET application?
Typically, the "setup" packages should not be used for server deployments;
instead, the System.Data.SQLite binaries should be deployed via XCOPY (i.e.
"application locally). The download page has further details on this type
of deployment:
https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
In this case, the "Using Native Library Pre-Loading" section merits special
attention as 32-bit/64-bit differences are likely the root cause of the
current issue you are seeing.
>
> Could not load file or assembly 'System.Data.SQLite, Version=1.0.66.0,
> Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its
> dependencies. An attempt was made to load a program with an incorrect
> format.
>
This causes of this error message are covered by the FAQ:
https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users