Baruch Burstein wrote:
>
> I installed System.Data.Sqlite from via NuGet, but I don't see it in the
> options for creating a new database (server explorer or whatever it is
> called). I am using VS2010 Ultimate.
> Am I doing something wrong?
> 

The NuGet packages for System.Data.SQLite do not include the design-time
components for Visual Studio.  If you require these components, one of the
following setup packages should also be used:

Visual Studio 2005: sqlite-netFx20-setup-bundle-x86-2005-1.0.84.0.exe
Visual Studio 2008: sqlite-netFx35-setup-bundle-x86-2008-1.0.84.0.exe
Visual Studio 2010: sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0.exe
Visual Studio 2012: sqlite-netFx45-setup-bundle-x86-2012-1.0.84.0.exe

The above files may be downloaded from the System.Data.SQLite download
page, here:

https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

In the future, you should be able to obtain the latest version of these
setup packages by simply replacing "1.0.84.0" with the latest release
version number.

It should also be noted that installing one of the above packages will
install the core System.Data.SQLite assemblies into the Global Assembly
Cache and this may not always be desirable.  Unfortunately, this is a
requirement that Visual Studio appears to impose on managed assemblies
referenced by an installed package.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to