简体   繁体   English

没有从visual studio 2015中的文件中获取选项sqlite数据库

[英]not getting the option sqlite database from file in visual studio 2015

What I have done: - Installed the binary file of the provider on my machine from here http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki - Installed the following references in the project 我做了什么: - 从我的机器http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki安装我的机器上的提供程序的二进制文件 - 安装了以下参考资料项目

  • system.data.sqlite system.data.sqlite
    • system.data.sqlite.ef6 system.data.sqlite.ef6
    • system.data.sqlite.core system.data.sqlite.core
    • system.data.sqlite.linq system.data.sqlite.linq

Now when i try to do this add item --> Data --> ADO.net Entity data model --> efdesigner from database --> new connection --> change in here I expect to see a "sqlite database file" option. 现在,当我尝试这样做时,添加项目 - >数据 - > ADO.net实体数据模型 - > efdesigner从数据库 - >新连接 - >更改在这里我希望看到“sqlite数据库文件”选项。

This may help somebody else. 这可能有助于其他人。 There is only one binary file that is capable of installing the design-time components for Visual Studio 2015 ( system.data.sqlite.org ). 只有一个二进制文件能够安装Visual Studio 2015的设计时组件( system.data.sqlite.org )。

编辑时间SQLite版本号

Make sure to check "Install the designer components for Visual Studio 2015" during the installation process. 确保在安装过程中选中“为Visual Studio 2015安装设计器组件”。

Once the installation process is done, restart Visual Studio and you will get the SQLite database provider installed. 安装过程完成后,重新启动Visual Studio,您将安装SQLite数据库提供程序。

I solved this by installing SQLite package marked as "This is the only setup package that is capable of installing the design-time components for Visual Studio 2015". 我通过安装标记为“这是唯一能够安装Visual Studio 2015的设计时组件的安装包”的SQLite包来解决这个问题。 After installing this, restart Visual Studio and you're good to go. 安装完成后,重新启动Visual Studio,你就可以了。

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

相关问题 从visual studio 2015连接oracle数据库 - Connect oracle database from visual studio 2015 在 Visual Studio 2015 中使用数据库中的数据 - Using data from database in Visual Studio 2015 在Visual Studio 2015中连接到数据库 - Connect to database in Visual Studio 2015 在 Visual Studio 2015 中使用 SQL 服务器数据库从 C# 项目创建安装文件 - Create setup file from C# project with SQL server database in Visual Studio 2015 尝试从编辑器上的右键菜单选项“ Visual Studio 2015加载项:SDK,API…”中获取文件名和行号。 - Trying to get file name and line number from editor on right click menu option Visual Studio 2015 Add-In: SDK, API… 在Visual Studio 2015中添加SQLite参考时遇到问题 - Trouble Adding SQLite Reference in Visual Studio 2015 缺少Visual Studio 2015 Professional的发布选项 - Publish option missing Visual Studio 2015 Professional Visual Studio 2015中缺少“编辑并继续”选项 - “Edit and Continue” option is missing on Visual Studio 2015 无法选择SQLite数据库文件作为Visual Studio 2012中的数据源 - Cannot select SQLite Database File as data source in Visual Studio 2012 Visual Studio 2015数据库(.mdf)版本控制 - Visual Studio 2015 database(.mdf) versioning
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM