Inheritance security rules violated by type: 'MySql.Data.Entity.MySqlEFConfiguration'

后端 未结 7 2052
滥情空心
滥情空心 2020-12-14 02:41

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

相关标签:
7条回答
  • 2020-12-14 03:01

    I did this and it worked for me

    1. Install latest versions of entityframwork and mysql.data and mysql.data.entity from nuget package manager

    2. Create your model databasefirst autogenerate

    3. Unistall mysql.data.entity and install mysql.data.entity v 6.9.10 just learn how to install or uninstall
    0 讨论(0)
提交回复
热议问题