Missing dll files in "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies", only xml

  • Thread starter Thread starter Olexandra
  • Start date Start date
O

Olexandra

Guest
Hello,

I want to add reference to "System.Web.MVC" in Reference Manager in Visual Studio, but it hasn't got this item. Also i want to add this reference via explorer: "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies", but this folder has only xml files:

  • System.Net.Http.Formatting.xml
  • System.Net.Http.WebRequest.xml
  • System.Net.Http.xml
  • System.Web.Http.SelfHost.xml
  • System.Web.Http.WebHost.xml
  • System.Web.Http.xml
  • System.Web.Mvc.xml

I know that i can download mvc files via nuget, but i should do my project with default references to files or references in Reference Manager.

I use Visual Studio 2015.

Is this problem with my installation of visual studio, that folder dos't have ddl files?

Thanks for any help.

Continue reading...
 
Back
Top