Sqlite not in list of Visual Studio data source options

前端 未结 4 1984
面向向阳花
面向向阳花 2021-01-07 19:08

Downloaded and ran SQLite setup.
Added dll reference to my project
In Server Explorer, added new connection, clicked \'Change\' for data source and SQLite was one of

4条回答
  •  天命终不由人
    2021-01-07 19:53

    This is an old question but for someone, like me, who finds this before there is a newer answer:

    missing SQLite data provider in VS 2013

    Basically for the latest versions of SQLite you can download an installer that includes the components

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

    Choose the right setup for you, for me was: Setups for 32-bit Windows (.NET Framework 4.5.1) sqlite-netFx451-setup-bundle-x86-2013-1.0.94.0.exe

提交回复
热议问题