I follow the article Using SQLite Embedded Database with Entity Framework and Linq-to-SQL and tried to install the SQLite provider, first using the System.Data.SQLite NuGet package, and then installing the provider through Settings for 32-bit Windows (.NET / Framework 4.0 ) installation package (for version 1.0.79). After installing and rebooting the system, I still do not see the SQLite Database File provider in the Add Connection dialog box from the Server Browser.
I can continue manually by creating a connection string and using external tools to create my SQLite database file, but I still would like to know what is wrong, because I do not have advertised support for SQLite development time, despite the provider. What could be wrong here?
Profk source
share