Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

missing SQLite data provider in VS 2013

I'm using VS 2013 to develop Win 8.1 app. I chose to deal with SQLite but I coudn't find the data provider when I was trying to add a new connection to manage my database.

Any help is appreciated

like image 281
Zuzu JH Avatar asked Oct 29 '13 17:10

Zuzu JH


2 Answers

Install this: http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe and reboot evertything

I have lost 3 hours with this problem

Updated with new version. Updated with sanuel-jackson's comment info.

like image 160
JDL Avatar answered Nov 09 '22 11:11

JDL


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

and download Setups for 32-bit Windows (.NET Framework 4.5.1) where This is the only setup package that is capable of installing the design-time components for Visual Studio 2013.

like image 41
Cyclion Avatar answered Nov 09 '22 12:11

Cyclion