加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

asp.net-mvc-4 – 无法加载文件或程序集’System.Web.Http.WebHo

发布时间:2020-12-15 18:43:45 所属栏目:asp.Net 来源:网络整理
导读:在Visual Studio 2012中,我创建了一个ASP.NET MVC 4项目,目标框架是.NET Framework 4.5。当我将项目部署到Web服务器时,会出现以下错误: Could not load file or assembly 'System.Web.Http.WebHost,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf
在Visual Studio 2012中,我创建了一个ASP.NET MVC 4项目,目标框架是.NET Framework 4.5。当我将项目部署到Web服务器时,会出现以下错误:
Could not load file or assembly 'System.Web.Http.WebHost,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file 
specified.

Description: An unhandled exception occurred during the execution of the current web request.
 Please review the stack trace for more information about the error and where
it originated in the code. 

Exception Details: System.IO.FileNotFoundException: Could not load file or 
assembly 'System.Web.Http.WebHost,PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
 The system cannot find the file specified.

Source Error: 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34237

解决方法

检查已部署项目的bin文件夹。它应该包含System.Web.Http.WebHost.dll。 如果这个dll在这个文件夹,检查它的版本。如果不是4.0.0.0,那么你应该部署4.0.0.0版本或者更改你的web配置来使用其他版本(不是很好,因为依赖)

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读