After a long struggle, I found the solution.
Solution: Add a reference to System.Net.Http.Formatting.dll
. This assembly is also available in the C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies folder.
The method ReadAsAsync
is an extension method declared in the class HttpContentExtensions
, which is in the namespace System.Net.Http
in the library System.Net.Http.Formatting
.
Reflector came to rescue!
Related Contents:
- Web API Queryable – how to apply AutoMapper?
- Returning binary file from controller in ASP.NET Web API
- Asp.NET Web API – 405 – HTTP verb used to access this page is not allowed – how to set handler mappings
- Return XML from a controller’s action in as an ActionResult?
- WebAPI to Return XML
- Global ASAX – get the server name
- You must add a reference to assembly ‘netstandard, Version=2.0.0.0
- I’m lost. What happened to ASP.NET MVC 5?
- ASP.NET Web API 2: How do I log in with external authentication services?
- Difference between Html.RenderAction and Html.Action
- MemoryCache Empty : Returns null after being set
- How to Customize ASP.NET Web API AuthorizeAttribute for Unusual Requirements
- How to return raw string with ApiController?
- ASP.net MVC4 WebApi route with file-name in it
- ASP.NET Web Site or ASP.NET Web Application?
- Can an ASP.NET MVC controller return an Image?
- Injecting content into specific sections from a partial view ASP.NET MVC 3 with Razor View Engine
- How to make custom error pages work in ASP.NET MVC 4
- ASP.Net MVC How to pass data from view to controller [closed]
- How to add “active” class to Html.ActionLink in ASP.NET MVC
- Best way to trim strings after data entry. Should I create a custom model binder?
- Server.UrlEncode vs. HttpUtility.UrlEncode
- ASP.NET Identity with EF Database First MVC5
- jqGrid: using multiple methods to filter data
- How can I get my webapp’s base URL in ASP.NET MVC?
- How serious is this new ASP.NET security vulnerability and how can I workaround it?
- Hidden Features of ASP.NET [closed]
- What is the equivalent of Server.MapPath in ASP.NET Core?
- Routing for custom ASP.NET MVC 404 Error page
- prevent property from being serialized in web API
- How to update a claim in ASP.NET Identity?
- Could not load file or assembly ‘System.Net.Http, Version=2.0.0.0 in MVC4 Web API
- @Html.DisplayFor – DateFormat (“mm/dd/yyyy”)
- Visual Studio 2012 Web Publish doesn’t copy files
- How to pass a datetime parameter?
- How to include a partial view inside a webform
- How ViewBag in ASP.NET MVC works
- The type initializer for ‘System.Data.Entity.Internal.AppConfig’ threw an exception
- Progress bar for long running server calls in ASP.Net MVC [closed]
- double escape sequence inside a url : The request filtering module is configured to deny a request that contains a double escape sequence
- Force CamelCase on ASP.NET WebAPI Per Controller
- Unable to Retrieve Metadata
- What is the difference between and ?
- Creating a URL in the controller .NET MVC
- Paging & Sorting grids with ASP.Net MVC
- Application_Error in global.asax not catching errors in WebAPI
- What do the TargetFramework settings mean in web.config in ASP .NET MVC?
- The configuration section ‘system.web.extensions’ cannot be read because it is missing a section declaration
- Unable to find the requested .Net Framework Data Provider in Visual Studio 2010 Professional
- MVC3 Valums Ajax File Upload