I am getting the following error
\"The Entity Framework provider type \'MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity\' registered in the applicati
You Could Also Do the Following
[DbConfigurationType(typeof(MySql.Data.Entity.MySqlEFConfiguration))] public class DemoContext : DbContext{} {