0

I'm trying to add a MySQL database to my MVC project through the Entity Framework. I've already installed the Connector and found my database but then I get this message:

enter image description here

What am I missing?

Edit

I've found this question about the same problem. Link to question. And I've followed the guide, and added the MySQL.Data, MySQL.Data.Entities, MySQL.Web and EntityFramework NuGet packages. But I still have the same problem.

Also changed the <entityFramework> tag as suggested in the question.

Community
  • 1
  • 1
Michael Tot Korsgaard
  • 3,892
  • 11
  • 53
  • 89

1 Answers1

0

Apparently I works in any other project than this one. So made a new project with the database model and copied the code over.

Michael Tot Korsgaard
  • 3,892
  • 11
  • 53
  • 89