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

后端 未结 16 3151
别跟我提以往
别跟我提以往 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:16

    I'm on VS 2013 Update 4 and have exactly same issue. It works for me when moving connection string from external file into web.config. So I guess you could try to make sure not using configureSource attribute for connectionString when scaffolding.

    My web.config before and after the change Before:

    
        

提交回复
热议问题