On Tue, Feb 26, 2013 at 3:43 AM, Gilles Ganault <gilles.gana...@free.fr>wrote:
> I'll uninstall the one from Phoenix Software Solutions, but I'm > puzzled at which package to install from here: > > http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki > http://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki > > Which package should I use for... > - a development host > *(8) How do I install System.Data.SQLite on a development machine?* Strictly speaking, there is no need to install System.Data.SQLite on any development machine (e.g. via the setup). The recommended way to use the assemblies is: - Download the precompiled binary package for your target framework and processor architecture (e.g. 32-bit x86, .NET Framework 2.0). - Extract the package to a directory named "Externals" inside your project directory. - Add a reference to the "System.Data.SQLite" assembly from the "Externals" directory. - If necessary (i.e. you require LINQ support), also add a reference to the "System.Data.SQLite.Linq" assembly from the "Externals" directory. Alternatively, when using Visual Studio 2010 or later, you can simply use the NuGet package that corresponds to your target processor architecture. Installing the assemblies into the Global Assembly Cache is not recommended as it may cause conflicts with other applications installed on the machine. > - a user host > ? > *(9) How do I install System.Data.SQLite on end-user machines?* Strictly speaking, there is no need to install System.Data.SQLite on any end-user machine (e.g. via the setup). The recommended way to deploy the assemblies is "application local" (i.e. copy them to the directory the application is installed to). Installing the assemblies into the Global Assembly Cache is not recommended as it may cause conflicts with other applications installed on the machine. -- -- -- --Ô¿Ô-- K e V i N _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users