VS 2015 SQLite data provider

后端 未结 6 2062
说谎
说谎 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:15

    You old application from VS 2013 and sqlite will work but you can not connect to new database or edit EF model until Sqlite publish design-time components for Visual Studio 2015.

提交回复
热议问题