I have the following error when I run Migrations:
HowcanIsolveit?Ihaveeverythingproperlyinstalled.Here'smyWeb.Config
:
<connectionStrings><addname="ProjetoCultContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;Initial Catalog=ProjetoCultContex;uid=root;pwd=******;" />
</connectionStrings>
And the Entity Framework configuration:
<entityFramework>
<defaultConnectionFactory type="MySql.Data.Entity.MySqlConnectionFactory, MySql.Data.Entity.EF6" />
<providers>
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6" />
</providers>
</entityFramework>