SQLite and Visual Studio Community 2015 DataProvider Missing(SQLite 和 Visual Studio Community 2015 DataProvider 丢失)
问题描述
我正在尝试安装 SQLite,但没有成功.我尝试通过 NuGet 包管理器安装它,
尝试安装
请安装 sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe(您提供的第一个链接)并带有安装 Visual Studio 2015 的设计器组件"选项已选中.我第一次安装时没有检查它,所以我得到相同的结果,数据源列表中没有 SQLite 提供程序.
但是在我重新安装并选中安装设计器组件选项并重新启动 Visual Studio 后.我可以在数据源列表中选择 SQLite 数据库文件选项.
I am trying to install SQLite with no success. I have tried installing it through NuGet Package manager,
Tried installing http://system.data.sqlite.org/downloads/1.0.98.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe
and http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe
but every time I go to Server Explorer > Data Connections > New Connection SQLite is not listed in the Data Source window:
Please install the sqlite-netFx46-setup-bundle-x86-2015-1.0.98.0.exe (the first link you provided) with the "Install the designer components for Visual Studio 2015" option checked. I don’t check it when my first time install, so I get the same result that there doesn’t have SQLite provider in Data Source list.
But after I reinstall with the install the designer components option checked and restart Visual Studio. I could choose SQLite database file option in Data Source list.
这篇关于SQLite 和 Visual Studio Community 2015 DataProvider 丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:SQLite 和 Visual Studio Community 2015 DataProvider 丢失


- 导入具有可变标题的 Excel 文件 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01
- 更改自动增量起始编号? 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- SQL 临时表问题 2022-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01