SQLite Data Provider is missing in Visual Studio 2017

前端 未结 1 1281
梦毁少年i
梦毁少年i 2021-02-13 13:57

Using Nuget Package Manager I installed System.Data.SQLite (x86/x64) in VS2017. That resulted in installing the following packages as well

相关标签:
1条回答
  • 2021-02-13 14:33

    The NuGet package is for your project and does not include a provider. For that, you need to install a DDEX provider package. There doesn't seem to be an official SQLite DDEX provider package for Visual Studio 2017, but you can try one of these two unofficial ones:

    SQLite / SQL Server Compact Toolbox by ErikEJ

    dotConnect ADO.NET Data Provider for SQLite by Devart Software

    0 讨论(0)
提交回复
热议问题