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

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

    I think, the problem is due to bad configuration in web.config file.

    In my case I had multiple sections in web.config, and the problem resolved after I changed the configurations.

提交回复
热议问题