Application can't scaffold items

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

    Late reply; but, I am posting this answers with the hope that somebody can use this answer to solve their problem.

    For some reason, if your program CANNOT read connectionString information (either from web.config or from other means) then, this error will be thrown.

    Make sure that valid connectionString information is being retrieved properly without any problem.

提交回复
热议问题