I've been getting an error while trying to generate a MySQL database from my ADO.NET Entity Model. I've setup a connection properly and can connect to it through my Server Explorer. Also the settings in the model seem correct: T4 Code generation strate, Database schema name is correct and the DDL Generation Template is set to SSDLToMySQL.tt. Also i cannot seem to map Entities to tables, the dropdown remains empty.
This is the error message:

I've yet to find a solution and hope someone could help me out :) I'm new to EF and C#/VS etc.
Cheers,