0
I have the following error when running Migrations:
How can I fix it? I have everything installed. Follow me Web.Config
:
<connectionStrings>
<add name="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>
@Gypsy, can you help me ?
– user37440
I’ll check here. Sorry for the delay.
– Leonel Sanches da Silva