Enity Framework With MySQL

后端 未结 4 2003
滥情空心
滥情空心 2020-12-09 11:40

I am getting the following error

\"The Entity Framework provider type \'MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity\' registered in the applicati

4条回答
  •  不思量自难忘°
    2020-12-09 12:24

    for anyone facing the same problem, here is the line that causes the Exception is this

    
    

    Just append .EF6 to MySql.Data.Entity such that the provider is like this

    
    

    As such your choice to remove the code within didn't help solve the problem. I hope this helps someone.

提交回复
热议问题