Could not load file or assembly 'System.Web.Http 4.0.0 after update from 2012 to 2013

前端 未结 28 1226
悲哀的现实
悲哀的现实 2020-11-28 01:09

I did the upgrade according to. 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

I get the er

28条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 01:43

    When I installed Web Api 2.2 help this error started. I added this to the web.config and it solved my problem.

      
        
        
      
    

提交回复
热议问题