3
I have an MVC project, and I wanted to connect to the Mysql database.
I put this connectionStrings
.
<add name="Contexto" connectionString="server=127.0.0.1;User Id=xxxxxx;password=xxxxx;database=iesb_site" providerName="MySql.Data.MySqlClient" />
but every time I’ll do the Update-Migrations
appears the following error:
The ADO.NET Provider with invariant name 'Mysql.Data.Mysqlclient' is either not Registered in the machine or application config file, or could not be Loaded. See the Inner Exception for Details.
Did you manage to solve the problem? You need something improved in the answer?
– Jéf Bueno