VS 2015 SQLite data provider

后端 未结 6 2070
说谎
说谎 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 02:59

    Installing this package: sqlite-netFx46-setup-bundle-x86-2015-1.0.103.0.exe should fix that. You need specifically 32-bit version

    From http://system.data.sqlite.org/:

    This is the only setup package that is capable of installing the design-time components for Visual Studio 2015.

    This is working link at the time of writing http://system.data.sqlite.org/downloads/1.0.103.0/sqlite-netFx46-setup-bundle-x64-2015-1.0.103.0.exe

    will add sqlite to the server explorer in VS2015

提交回复
热议问题