With Microsoft dropping SQL Server Compact from Visual Studio 2013, I've decided to move my application to SQLite. However, when I try to create the O/RM from an existing database, I receive the following error message:
Your project references the latest version of the Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection
I am using the following technology stack:
- windows 7 64 bit
- Visual Studio 2013 Professional
- NuGet Package for Entity Framework 6.1
- NuGet Packages SQLite 1.0.92.0, SQLite 1.0.92.0 Core, SQLite 1.0.92.0 EF6, SQLite 1.0.92.0 LINQ
- Installed
sqlite-netFx451-setup-bundle-x86-2013-1.0.92.0
which allows the VS2013 designer to work with SQLite
I'm using a new C# console application. I've tried rebuilding the application, rebooting, and re-installing everything short of the OS.
Both the "Platform Target" on the Build property page and "Platform" on the configuration manager are set to x86.