問題描述
我正在嘗試安裝 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模板網!