SqlLite in Visual Studio 2012 installed by NuGet dosent exists in the data source to connect

I have Visual Studio 2012 Premium and I installed System.Data.SQLite (x86 / x64) in the NuGet Packages API. I have added all the available SQLLite links to my WPF x86 Net 4.0 project.

I would like to create an entity model from an existing db, but there is a problem. In server explorer, I want to add a connection, but SQLLite does not exist in the data source.

I tried uninstalling the version of SQLlite that I installed manually and then reinstalling nuget SQLlite, but it still does not work.

I looked at similar topics in Stack Overflow, but no one helped me.

+3
source share

All Articles