我正在尝试安装 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 丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
动态创建占位符以在 SQLite 表中为一行插入多个列Dynamically creating a placeholder to insert many column values for a row in SQLite table(动态创建占位符以在 SQLite 表中为一行插入多个列
SQLite.Net-PCL 如何处理 UTC 时间How SQLite.Net-PCL handle UTC time(SQLite.Net-PCL 如何处理 UTC 时间)
如何在 C 中正确地进行 SQLite SELECT 查询?How to make SQLite SELECT query in C correctly?(如何在 C 中正确地进行 SQLite SELECT 查询?)
SQLite 文件中的 9 位时间戳Timestamp with 9 digits in SQLite file(SQLite 文件中的 9 位时间戳)
替换 SQLite DB 中的路径字符串导致意外违反唯一约Replace path string in SQLite DB causes unexpected violated unique constraint(替换 SQLite DB 中的路径字符串导致意外违反唯一约束)
从 SQLlite 数据库中读取许多表并在 R 中组合reading in many tables from SQLlite databases and combining in R(从 SQLlite 数据库中读取许多表并在 R 中组合)