Where can I find System.Web.MVC dll in a system where MVC 3 is installed?

前端 未结 2 1872
耶瑟儿~
耶瑟儿~ 2020-12-08 07:28

I want to know where I can find the System.Web.MVC dll in a system, where MVC 3 is already installed. I want to it on an X64-based system.

Any idea how

2条回答
  •  有刺的猬
    2020-12-08 08:08

    the default folder would be like the following:

    MVC 5

    C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Stack 5\Packages\ Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll

    MVC 4

    C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies\System.Web.Mvc.dll

    MVC 3

    C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\System.Web.Mvc.dll

    MVC 2

    C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies\System.Web.Mvc.dll

提交回复
热议问题