Sqlite not in list of Visual Studio data source options

前端 未结 4 1983
面向向阳花
面向向阳花 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:34

    You can find installers on the System.Data.SQLite Dowload Page. Seteps files will suit your needs.

    For example, the description of the Setups for 64-bit Windows (.NET Framework 4.0) states:

    This setup package features the mixed-mode assembly and will install all the necessary runtime components and dependencies for the x64 version of the System.Data.SQLite 1.0.81.0 (3.7.12.1) package. The Visual C++ 2010 SP1 runtime for x64 is included. The .NET Framework 4.0 is required.

提交回复
热议问题