VS 2015 SQLite data provider

后端 未结 6 2072
说谎
说谎 2020-12-06 02:21

I\'m using VS 2015 and i want to develop Win Form application with .NET Framework 4.5 and SQLite.

I have install the last \"System.Data.SQLite\" nuget package with

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-06 03:20

    For me, I had to install this package.

    You have to check the second checkbox that will integrate SQLite into Visual Studio 2015 in the installation wizard.

    The package Daniel showed us didn't work for me.

    My configuration is this: VS 2015, from Nuget I installed Entity Framework 6, System.Data.SQLite.Core version 1.0.101, project is in .Net 4.6.1.

提交回复
热议问题