Visual Studio 2013 Scaffolding Error

前端 未结 9 880
小鲜肉
小鲜肉 2021-01-31 09:23

I\'m using VS 2013 RTM Ultimate, and when I try to add a Controller to my MVC 5 project I get the following error:

\"There was an error running the selected code generat

9条回答
  •  误落风尘
    2021-01-31 09:43

    In my case the fix worked, but I had two projects in the same VS solution, and the one where I was trying to add a scaffolded controller did not have T4Scaffolding installed. It was a part of the second project. When I unloaded the second project and restarted the IDE, the error went away.

提交回复
热议问题