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
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