I'm trying to add an edmx Entity model to my C#/Web Project in Visual Studio 2013. My problem is that the file is not created.
I do the following steps:
- Give the item a name
 - Choose 'EF Designer from database'
 - Choose the connection from the drop down (localhost) that already tested successfully connecting to MySQL databse
 - The "Save connection settings in webc.config as" option is checked
 - I click 'Next' AND the window disappeared and I get back to the code window
 
No edmx file is created. (although it works with SQL Server, but not for MySQL)
I have Entity Framework 6.1.2 installed, MySql.Data, MySql.Data.Entities, MySql.Data.Entity, MySql.Web -- all installed.
I also rebuilt the project before trying to add an entity model file.
I've installed the latest MySQL package with the latest .NET connector. 
Running: Visual Studio 2013 on Windows 7.
Any ideas how to solve this?