I am trying to create a web app using ASP.Net MVC3, Entity Framework and MySQL.
I have added the following code to my Web.Config file.
You can also get this error if you upgrade Nuget references in an EntityFramework project that uses MySql.Data.Entity (latest version is 6.10.X
) and MySql.Data (latest version is 8.0.X
). Those version numbers should match. You should use the MySql.Data.EntityFramework package with MySql.Data
version 8.0 and after, and the MySql.Data.Entity
package with versions 6.10 and before.
There are a lot more details in this blog post: https://davidsekar.com/asp-net/mysql-error-the-provider-did-not-return-a-providermanifesttoken