Paul Bainter wrote:
>
> I have a C# WPF application built using Visual Studio 2012 and .NET 4.5
and
> everything works well on my development machine. Anyway, when I take the
> executable and the DLL files including System.Data.SQLite.dll,
> System.Data.SQLite.Linq.dll, SQLite.Designer.dll (not needed) and
> SQLite.Interop.dll(also probably not needed)
>
The "SQLite.Interop.dll" file is needed. It contains the native code for
the
SQLite core library. I'm not sure what the XML you posted does; however,
the
deployment of System.Data.SQLite only requires copying the correct files
into
your application directory. Please see the following:
https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
The sections of interest are: Runtime Library Notes, Using Native Library
Pre-Loading, and Deployment Guidelines.
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users