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

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

    I have been having this same problem in update 4. I found that the problem came from the not having a section name defined. The fix I put in between the tags is as follows and all the errors were fixed:

    Build the project and everything should work. Cheers!

提交回复
热议问题