Sqlite And Visual Studio Community 2015 Dataprovider Missing
I am trying to install SQLite with no success. I have tried installing it through NuGet Package manager, Tried installing http://system.data.sqlite.org/downloads/1.0.98.0/sqlite-ne
Solution 1:
Please install the sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe (the first link you provided) with the “Install the designer components for Visual Studio 2015” option checked. I don’t check it when my first time install, so I get the same result that there doesn’t have SQLite provider in Data Source list.
But after I reinstall with the install the designer components option checked and restart Visual Studio. I could choose SQLite database file option in Data Source list.

Post a Comment for "Sqlite And Visual Studio Community 2015 Dataprovider Missing"