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 丢失
基础教程推荐
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
