I\'ve created an asp.net web application which should connect to a mysql database.
I´m using entity framework 6 with an ado.net entity data model. I´ve also followed
The same for me with VS2017. I used MySql.Data.Entity v6.9.10.
Prior to that I also installed mysql connector for .Net version 6.9.10.
web.config
accordingly:
Ahh not to forget I added also
DbConfiguration.SetConfiguration(new MySqlEFConfiguration())
in my app start up.
and it finally worked :D