Application can't scaffold items

后端 未结 29 1231
自闭症患者
自闭症患者 2020-11-30 01:57

I created an MVC 5 application in VS 2013 Professional and then used EF 6.1 code first with an existing DB on SQL Server Express. When I try to create the views I’m using th

29条回答
  •  既然无缘
    2020-11-30 02:12

    Using Visual Studio 2015

    Upgraded mysql server and in the process the mysql for visual studios was upgraded from 6.9.7 to 6.9.8

    In my web config there was still a reference to the old 6.9.7 version

    Here is my git diff that solved the issue:

    -      
    +      
    

提交回复
热议问题