I am getting the following error
\"The Entity Framework provider type \'MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity\' registered in the applicati
for anyone facing the same problem, here is the line that causes the Exception is this
Just append .EF6 to MySql.Data.Entity such that the provider is like this
As such your choice to remove the code within didn't help solve the problem. I hope this helps someone.