Visual Studio 2015 年缺少 sqlite 的 ADO.NET 数据源
Missing ADO.NET data source for sqlite in Visual Studio 2015
我查看了有关此问题的其他较早的话题,none 的答案对我有所帮助。我使用的是 Visual Studio 2015。我获取了最新的 sqlite 1.0.97.0 和 Entity Framework 6.1.3,ADO 数据源未列为 ADO.NET 实体数据模型的选项。我尝试了 entity framework 和 sqlite 的几个不同版本。我还尝试了几个版本的 .net 框架(4.5 和 4.5.1)- 好奇是否有人有任何建议或看到过这个。
您必须等待下周到期的 1、0、98 版本 https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki
我必须安装这个:
http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe
然后我可以在 VS 2015 中select sqlite 数据源
Link 最后一个版本在这里
https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
准确版本的链接每次都过时了。所以不要尝试直接下载 link 去这里
https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
(相当混乱)并在页面下方找到字符串
这是唯一能够为 Visual Studio 2015 安装设计时组件的安装程序包。
你需要下载这个。
另外,您可以在搜索字符串中更改 VS 版本。
我查看了有关此问题的其他较早的话题,none 的答案对我有所帮助。我使用的是 Visual Studio 2015。我获取了最新的 sqlite 1.0.97.0 和 Entity Framework 6.1.3,ADO 数据源未列为 ADO.NET 实体数据模型的选项。我尝试了 entity framework 和 sqlite 的几个不同版本。我还尝试了几个版本的 .net 框架(4.5 和 4.5.1)- 好奇是否有人有任何建议或看到过这个。
您必须等待下周到期的 1、0、98 版本 https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki
我必须安装这个: http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe
然后我可以在 VS 2015 中select sqlite 数据源
Link 最后一个版本在这里 https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
准确版本的链接每次都过时了。所以不要尝试直接下载 link 去这里 https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki (相当混乱)并在页面下方找到字符串
这是唯一能够为 Visual Studio 2015 安装设计时组件的安装程序包。
你需要下载这个。
另外,您可以在搜索字符串中更改 VS 版本。