Scaffolding controller doesn't work with visual studio 2013 update 2

后端 未结 16 3200
别跟我提以往
别跟我提以往 2020-11-27 03:54

PROBLEM:

I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers.

The problem is not project specific: when I try to scaffold

16条回答
  •  臣服心动
    2020-11-27 04:04

    n 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

提交回复
热议问题