简体   繁体   English

在Visual Studio 2015中缺少sqlite的ADO.NET数据源

[英]Missing ADO.NET data source for sqlite in Visual Studio 2015

I've looked at other older threads on this and none of the answers have helped me. 我已经看过其他较老的线程,但没有一个答案对我有所帮助。 I'm using Visual Studio 2015. I grabbed the latest sqlite 1.0.97.0 and Entity Framework 6.1.3 and the ADO Data source is not listed as a option for the ADO.NET Entity Data Model. 我正在使用Visual Studio 2015.我抓住了最新的sqlite 1.0.97.0和Entity Framework 6.1.3,并且ADO数据源未作为ADO.NET实体数据模型的选项列出。 I've tried a few different versions of both entity framework and sqlite. 我试过了几个不同版本的实体框架和sqlite。 I also tried a few versions of the .net framework (4.5 and 4.5.1) - Curious if anyone has any suggestions or has seen this. 我还尝试了几个版本的.net框架(4.5和4.5.1) - 好奇,如果有人有任何建议或已经看到这个。

您必须等待下周到期的版本1,0,98 https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki

Links to exact version getting outdated everytime. 每次都过时的精确版本的链接。 So instead of trying direct download link go here https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki (pretty messy) and find string below on page 因此,不要尝试直接下载链接,请访问https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki (非常凌乱)并在页面下方找到字符串


This is the only setup package that is capable of installing the design-time components for Visual Studio 2015. 这是唯一能够为Visual Studio 2015安装设计时组件的安装程序包。


You need to download this one. 你需要下载这个。
also, you can change VS version in your search string. 另外,您可以在搜索字符串中更改VS版本。

I had to install this: http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe 我不得不安装这个: http//system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe

Then i was able to select sqlite data source in VS 2015 然后我能够在VS 2015中选择sqlite数据源

Link to the last releases is here https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 链接到最新版本的位置是https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2015中针对Firebird的ADO.NET数据提供程序 - ADO.NET Data provider for Firebird in Visual Studio 2015 在Visual Studio 2015 RC中没有ADO.NET的模板 - no templates for ADO.NET in visual studio 2015 rc 在Visual Studio 2015中使用ADO.NET和MySQL - Use ADO.NET with MySQL in Visual Studio 2015 Visual Studio 2013 ADO.net实体模型没有Oracle数据源 - Visual Studio 2013 ADO.net entity model does not have Oracle data source visual Studio 2015更新1未注册或无法加载Oracle ADO.NET提供程序 - visual studio 2015 update 1 Oracle ADO.NET provider is either not registered, or could not be loaded visual Studio 2012 MSTest.exe无法加载ADO.NET提供程序SQLite和NHibernate - visual studio 2012 MSTest.exe cannot load ADO.NET provider SQLite & NHibernate 添加ADO.NET实体数据模型时,Visual Studio 2017不显示服务器名称 - While adding ADO.NET entity data model the Visual Studio 2017 does not showing server name 在Visual Studio 2012中,何时添加ADO.NET实体数据模型(* .edmx)? - In Visual Studio 2012, when you add an ADO.NET Entity Data Model (*.edmx)? Ado.net 不能作为 Visual Studio 2017 中的新项目 - Ado.net not available as new item in Visual Studio 2017 ADO.NET数据服务和自定义数据源 - ADO.NET Data Services and Custom Data Source
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM