VS2017中的SQLite提供程序 [英] SQLite provider in VS2017

查看:2172
本文介绍了VS2017中的SQLite提供程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在VS2017中使用EF6连接sqlite。
我安装了System.Data.SQLitenuget包。
我还从 http://system.data.sqlite.org ,但添加ADO.NET数据实体时,我看不到sqlite提供程序。

I want to connect sqlite using EF6 in VS2017. I installed "System.Data.SQLite" nuget package. I also installed "sqlite-netFx46-setup-bundle-x86-2015-1.0.104.0.exe" from http://system.data.sqlite.org, but I cannot see the sqlite provider when adding ADO.NET data entity.

我错过了什么?或上述不支持VS2017的软件包(它表示是VS2015)

Am I missing something? or the above package not supporting VS2017 (it said it is for VS2015)

推荐答案

VS 2017没有DDEX提供程序包然而)。 https://system.data.sqlite.org/index.html/ tktview?name = 8292431f51

There is no DDEX provider package for VS 2017 (yet). https://system.data.sqlite.org/index.html/tktview?name=8292431f51

基本上你需要等待:sqlite-netFx46-setup-bundle-x86-2017-1.0.1xx.0.exe

Basically you need to wait for: sqlite-netFx46-setup-bundle-x86-2017-1.0.1xx.0.exe

官方更新:


目前的估计是支持Visual Studio 2017将将
包含在1.0.106.0版本中,该版本应在6月中旬的某个时间点以
发布。

The current estimate is that support for Visual Studio 2017 will be included in the 1.0.106.0 release, which should be released at some point in the mid-June timeframe.

mistachkin添加到2017-05-28 20:41:40:在这一点上,我似乎不太可能为设计时组件(例如表设计器,实体向导等)添加VS 2017的支持。 p>

mistachkin added on 2017-05-28 20:41:40: At this point, it seems unlikely that I'll be able to add VS 2017 support for the design-time components (e.g. table designer, entity wizard, etc).

更新:我创建了一个DDEX提供程序,可在Visual Studio 2017中启用SQLite支持(仅适用于EF6)请参阅如何指导: https://github.com/ErikEJ/SqlCeToolbox/wiki/EF6-workflow-with-SQLite-DDEX-provider

UPDATE: I have created a DDEX provider that enables SQLite support (for EF6 only) in Visual Studio 2017, see the how-to guide here: https://github.com/ErikEJ/SqlCeToolbox/wiki/EF6-workflow-with-SQLite-DDEX-provider

这篇关于VS2017中的SQLite提供程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆