Application can't scaffold items

后端 未结 29 1324
自闭症患者
自闭症患者 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

    In my case, I solved the issue with the connection string in the web.config.

    Previuos the issue I has

    and I doesnt know why, but vs cant connect to the database and fail.

    after the change

    and it works

提交回复
热议问题