Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System.Data.SQlite for Visual Studio 2013

The current distribution for System.Data.SQLite does not work with Visual Studio 2013 unless you deploy the VS2012 Update3 release pack (presumably) or just install (on a test machine like I did) the full version.

Does anyone know when the System.Data.SQLite team will release builds for Visual Studio 2013, both the precompiled static libraries that I would distribute to a customer and the full designer version that I would use?

The current release as of this post is 1.0.89.0, which does not include options for VS2013.

like image 443
Sarah Weinberger Avatar asked Nov 18 '13 23:11

Sarah Weinberger


People also ask

Where to find System data SQLite dll?

<bin>\x86\SQLite. Interop. dll (required, x86 native interop assembly)

How do I get SQLite Interop DLL?

The solution was very simple: just add the System. Data. SQLite. Core package as a dependency (with NuGet) to the project you are building/running and the dll-s will be copied.

How do I add SQLite to Visual Studio 2017?

Goto Tools - Extensions and Updates - click Online. Search for Sqlite. You should see Sqlite compact toolbox. Click download .


1 Answers

There is now a build that natively supports VS2013. Go to http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki and search for "Visual Studio 2013". As of today the install is called sqlite-netFx451-setup-bundle-x86-2013-1.0.92.0.exe.

like image 61
Lee Richardson Avatar answered Oct 06 '22 08:10

Lee Richardson