System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 0efde45e684103f3558b06821c376a1fc2967a3f
Title: Support for EF 6.1.0 EDMX Wizard broken
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: None Resolution: Duplicate
Last Modified: 2014-07-30 18:37:04
Version Found In: 1.0.93
User Comments:
anonymous added on 2014-07-30 09:27:52: (text/x-fossil-plain)
Repro:
Install 1.0.93 to VS 2013
Install VS 2013 + Update 2 (includes EF Tools 6.1.0)
Create new console project
Add System.Data.SQLite.EF6 NuGet package (adds EF 6.1.0)
Build project
Connect to Chinook_Sqlite.sqlite in Server Explorer
Add, 
New Item, 
ADO.NET Entity Data Model, 
EF designer from Database, 
Select Chinook_Sqlite

Expected: Show tables etc. in SQLite database for selection
Acutual: "Your project references the latest version of Entity Framework; however, an Entity Framwork database provider compatible with this version could not be found for your data connection"

mistachkin added on 2014-07-30 18:37:04: (text/x-fossil-plain)
Duplicate of [e634e330a6].  Re-opening that ticket.