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

后端 未结 12 1378
南笙
南笙 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:05

    I had the same problem , first I couldn't find those dlls in the list of .NET components . but later I figured it out that the solution is :

    1- first I changed target framework from .NET framework 4 client profile to .NET framework 4.

    2- then scroll down the list of .NET components , pass first list of system.web... , scroll down , and find the second list of system.web... at the bottom , they're there .

    I hope this could help others

提交回复
热议问题