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