My database originally built with MSSQL
but recently I've migrated it over to MySql
. However, now I need to connect it to my MVC project (existing). I tried doing it by utilizing the Entity Framework
wizard but get the following error message.
I read along and found that I need some classes that are required for MySql
to work with Visual Studio and added the following NuGet packages. I even installed the MySql
Microsoft package (with the connector + MySql for Visual Studio).
Even with all the packages installed I still get this error message. How can I connect my existing MVC project to a MySql
database?