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

前端 未结 21 2370
独厮守ぢ
独厮守ぢ 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条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-27 19:22

    The issue has been resolved after installed EntityFramework from nuget package manager into my project. Please take a look on your project references which already been added EntityFramework. Finally I can add the view with template after I added EntityFramework to project reference.

提交回复
热议问题