SqlLite in Visual Studio 2012 installed by NuGet dosent exist in Data Source for connection

你说的曾经没有我的故事 提交于 2019-12-22 09:35:19

问题


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

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

I tried uninstalling the SQLlite version which I installed manually before, and then reinstalling nuget SQLlite but it still is not working.

I looked over similar topics on Stack Overflow but none helped me out.

来源:https://stackoverflow.com/questions/23613194/sqllite-in-visual-studio-2012-installed-by-nuget-dosent-exist-in-data-source-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!