System.Net.Http.Formatting.FormUrlEncodedMediaTypeFormatter Error
问题 I am trying to upgrade my asp.net project from Mvc 4 to 5. I followed these instructions: http://www.asp.net/mvc/tutorials/mvc-5/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2 When I want to compile my project I am getting following error : Could not load type 'System.Net.Http.Formatting.FormUrlEncodedMediaTypeFormatter' from assembly 'System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' If I add the reference to