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

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

  • System.Web.Helpers.dll
  • System.Web.WebPages.dll
  • System.Web.Razor.dll
  • The only one I can see when I do Add Reference is System.Web.Razor , but I don't know where the other ones are.


    您将在Visual Studio 2010,2012和2013中的Assemblies下的Extensions组中找到这些程序集(参考管理器)


    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


    In VS 2010 just right click on project or on reference and click add reference. On the popup window Select Assemblies - > Extensions -> System.Web.Helpers

    链接地址: http://www.djcxy.com/p/37850.html

    上一篇: YAML作为JSON超集和TAB字符

    下一篇: 我在哪里可以找到System.Web.Helpers,System.Web.WebPages和System.Web.Razor?