missing SQLite data provider in VS 2013

旧时模样 提交于 2019-11-27 01:48:45

问题


I'm using VS 2013 to develop Win 8.1 app. I chose to deal with SQLite but I coudn't find the data provider when I was trying to add a new connection to manage my database.

Any help is appreciated


回答1:


Install this: http://system.data.sqlite.org/downloads/1.0.101.0/sqlite-netFx46-setup-bundle-x86-2015-1.0.101.0.exe and reboot evertything

I have lost 3 hours with this problem

Updated with new version. Updated with sanuel-jackson's comment info.




回答2:


http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

and download Setups for 32-bit Windows (.NET Framework 4.5.1) where This is the only setup package that is capable of installing the design-time components for Visual Studio 2013.



来源:https://stackoverflow.com/questions/19665370/missing-sqlite-data-provider-in-vs-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!