SQLite 和 Visual Studio Community 2015 DataProvider 丢失

SQLite and Visual Studio Community 2015 DataProvider Missing(SQLite 和 Visual Studio Community 2015 DataProvider 丢失)
本文介绍了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 丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

FastAPI + Tortoise ORM + FastAPI Users (Python) - Relationship - Many To Many(FastAPI+Tortoise ORM+FastAPI用户(Python)-关系-多对多)
Window functions not working in pd.read_sql; Its shows error(窗口函数在pd.read_sql中不起作用;它显示错误)
(Closed) Leaflet.js: How I can Do Editing Geometry On Specific Object I Select Only?((已关闭)Leaflet.js:如何仅在我选择的特定对象上编辑几何图形?)
in sqlite update trigger with multiple if/Case Conditions(在具有多个IF/CASE条件的SQLite UPDATE触发器中)
Android: Why is Room so slow?(Android:为什么Room这么慢?)
Remote Procedure call failed with sql server 2008 R2(使用 sql server 2008 R2 的远程过程调用失败)