I am on Windows 8 and I am using ASP.NET MVC4 - specifically the ApiControllers.
So the MVC4 web pages are showing up - but I try to get to the APIs, I get the error message "Method not found Net.Http.HttpHeaders.AddWitoutValidation". Again, I am on Windows 8, and I have tried on IIS 8, IIS 7.5 Express. I see the method defined in the
System.Net.Http assembly that's part of the nuget package which is in the bin directory of the application.
I have spend a lot of time on this - if anyone could shed some light into a solution-that would be great. Thanks
splusq
0 Points
1 Post
Method not found: 'Void System.Net.Http.Headers.HttpHeaders.AddWithoutValidation
May 28, 2012 08:22 AM|LINK
I am on Windows 8 and I am using ASP.NET MVC4 - specifically the ApiControllers.
So the MVC4 web pages are showing up - but I try to get to the APIs, I get the error message "Method not found Net.Http.HttpHeaders.AddWitoutValidation". Again, I am on Windows 8, and I have tried on IIS 8, IIS 7.5 Express. I see the method defined in the System.Net.Http assembly that's part of the nuget package which is in the bin directory of the application.
I have spend a lot of time on this - if anyone could shed some light into a solution-that would be great. Thanks
Salman