Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sqlite/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么VS11中的Server Explorer添加连接对话框中缺少SQLite提供程序?_Sqlite_System.data.sqlite_Visual Studio 2012_Server Explorer - Fatal编程技术网

为什么VS11中的Server Explorer添加连接对话框中缺少SQLite提供程序?

为什么VS11中的Server Explorer添加连接对话框中缺少SQLite提供程序?,sqlite,system.data.sqlite,visual-studio-2012,server-explorer,Sqlite,System.data.sqlite,Visual Studio 2012,Server Explorer,我的挑战与这里描述的完全一样:尽管我的是VS11测试版。摘录如下: 我正在关注使用SQLite Embedded Database with Entity Framework和Linq to SQL的文章,并尝试安装SQLite提供程序,首先使用System.Data.SQLite NuGet包,然后通过针对v1.0.79的32位Windows.NET/Framework 4.0安装包的设置安装提供程序。在两次安装和系统重启之后,我仍然没有在服务器资源管理器的“添加连接”对话框中看到SQLite

我的挑战与这里描述的完全一样:尽管我的是VS11测试版。摘录如下:

我正在关注使用SQLite Embedded Database with Entity Framework和Linq to SQL的文章,并尝试安装SQLite提供程序,首先使用System.Data.SQLite NuGet包,然后通过针对v1.0.79的32位Windows.NET/Framework 4.0安装包的设置安装提供程序。在两次安装和系统重启之后,我仍然没有在服务器资源管理器的“添加连接”对话框中看到SQLite数据库文件提供程序

我可以通过手动创建连接字符串并使用外部工具创建我的SQLite数据库文件来继续,但我仍然想知道,尽管安装了最新的提供程序,为什么我没有宣传的SQLite设计时支持,这是怎么回事。这里可能出了什么问题


有人可以帮助VS11 SQL Lite集成吗?

一种方法是下载源代码更改清单和安装程序并在本地安装。一种方法是下载源代码更改清单和安装程序并在本地安装。