This error comes when you use Entity Framework version 5 with MySQL.
You can simply comment out the Provider section, rebuild and then run the project.
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v13.0" />
</parameters>
</defaultConnectionFactory>
</entityFramework>