- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
Categories
Recent Comments
Gaston on Areas in ASP.NET Core How to Use Microsoft… on How to use Microsoft Azure Key… Gaston on Areas in ASP.NET Core Gaston on Structuring your Excel –… Gaston on How to use Microsoft Azure Key… Archives
Category Archives: Web API
Creating an OData V4 service
I’m writing an agenda application, where the data can be delivered to the calendar control using either REST or OData V4. I choose the latter because this will allow for much more flexibility afterwards. I already have an MVC 5 … Continue reading
Posted in .Net, Codeproject, Development, MVC, MVC5, Web API
Tagged OData v4; NuGet; Delta; Entity Framework; REST
8 Comments
Could not load file or assembly ‘System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’
When creating a new MVC5 application using VS2013 I got the following error: Could not load file or assembly ‘System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception … Continue reading
Posted in .Net, Development, MVC, MVC5, Web API
2 Comments