asp.net-mvc-4 – 无法加载文件或程序集’System.Web.Http.WebHost,Version =
发布时间:2020-05-27 21:51:26 所属栏目: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=
|
在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配置来使用其他版本(不是很好,因为依赖)(编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net-core – 将命名空间添加到ASP.NET MVC 6中的所有视
- asp.net-mvc-3 – 如何在带有剃刀的asp.net mvc3中使用Kend
- asp.net-mvc – MVC DateTime文本框格式化问题
- asp.net核心 – ASP.NET vNext – 编译代码动态不适合我
- 如何强制我的ASP.net 2.0应用程序重新编译
- asp.net-core – 有没有办法使用NuGet或其他方式打包ASP.NE
- asp.net – VS.NET 2015项目不会构建
- asp.net-mvc – MvcHtmlString.Create()和Html.Raw()之间的
- asp.net – Kestrel和Katana之间的区别
- Asp.net MVC scheduler的实现方法详解
推荐文章
站长推荐
- 有没有办法将内部控件放在ASP.NET自定义控件中?
- asp.net – Ajax Tookit TabPanel Invisible Tag
- asp.net-mvc – ASP.net Web API和System.Net.Ht
- asp.net – 如何添加一个访问控制允许原始头在II
- asp.net – Web API将OAuth令牌作为XML返回
- asp.net – 当通过文件上传控件上传文件时,在c#.
- asp.net – NodaTime转换(第2部分).如何?
- asp.net – Jquery Ajax,不在Internet Explorer中
- asp.net – 评论.aspx
- asp.net-mvc – JsonSerializer – 使用’N2’格
热点阅读
