Where can I find System.Web.Helpers, System.Web.WebPages, and System.Web.Razor?

后端 未结 12 1323
南笙
南笙 2020-11-27 05:45

I am following this article on RazorGenerator and it say\'s that I must add references to:

  • System.Web.Helpers.dll
  • System.Web.WebPag
12条回答
  •  再見小時候
    2020-11-27 06:12

    The issue is a missing or outdated version of MVC. I was running VS 2015Preview and could resolve the issue by installing the latest version of MVC via NuGet.

    Just in case anyone is still coming across this one.

提交回复
热议问题