Can't Add View from Controller in VS 2015 : “There was an error running the selected code generator”

前端 未结 21 2379
独厮守ぢ
独厮守ぢ 2020-11-27 18:34

I\'m following a video tutorial where I\'m required to create an empty ASP.NET Web Application with MVC, using Visual Studio 2015, bei

21条回答
  •  萌比男神i
    2020-11-27 19:37

    In ASP.NET Core check if you have the Microsoft.VisualStudio.Web.CodeGeneration.Tools nuget package and it corresponds to your project version.

提交回复
热议问题