I\'m trying to use Entity Framework with MySQL and I get the above error. I have the latest MySQL connector installed.
The full error reads:
No Entit
You need to create this section in config (EF 5):
Update: Use this definition for EF 6:
Thanks to elcool.