I have the following project in Visual studio 2013 ultimate using MySQL 5.6.17
- New project: ASP.net webforms application
- NuGet EntityFramework
- NuGet MySql.ConnectorNET.Entity
- Add ADO.NET Entity Data Model
- Code First from database
- Choose data connection
- Choose your version (Entity Framework 6.0 is selected and grayed out).
This is giving the following error message:
Your project references the latest version of Entity Framework; however an Entity Framework database provider compatible with this version could not be found for your data connection.
What is the cause and how can I resolve this error?