asp.net-mvc – 无法加载文件或程序集System.Web.WebPages.Razor,版本= 3.0.0.
发布时间:2020-05-27 22:43:58 所属栏目:asp.Net 来源:互联网
导读:我在我的应用程序中使用MVC 5,WCF和Unity框架。 当我运行WCF服务时,我得到以下错误: Server Error in / Application.Could not load file or assembly System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf385
|
我在我的应用程序中使用MVC 5,WCF和Unity框架。 当我运行WCF服务时,我得到以下错误: Server Error in '/' Application. Could not load file or assembly 'System.Web.WebPages.Razor,Version=3.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.WebPages.Razor,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.WebPages.Razor,PublicKeyToken=31bf3856ad364e35' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging,set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off,remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog]. Stack Trace: [FileNotFoundException: Could not load file or assembly 'System.Web.WebPages.Razor,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.] System.Web.Mvc.PreApplicationStartCode.Start() +0 [InvalidOperationException: The pre-application start initialization method Start on type System.Web.Mvc.PreApplicationStartCode threw an exception with the following error message: Could not load file or assembly 'System.Web.WebPages.Razor,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..] System.Web.Compilation.BuildManager.InvokePreStartInitMethodsCore(ICollection`1 methods,Func`1 setHostingEnvironmentCultures) +556 System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +132 System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath,Boolean& isRefAssemblyLoaded) +102 System.Web.Compilation.BuildManager.ExecutePreAppStart() +153 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager,IApplicationHost appHost,IConfigMapPathFactory configMapPathFactory,HostingEnvironmentParameters hostingParameters,PolicyLevel policyLevel,Exception appDomainCreationException) +516 [HttpException (0x80004005): The pre-application start initialization method Start on type System.Web.Mvc.PreApplicationStartCode threw an exception with the following error message: Could not load file or assembly 'System.Web.WebPages.Razor,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9882460 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr,HttpContext context) +254 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.33440 我在WCF项目中添加了System.Web.WebPages.Razor,Version = 3.0.0.0,仍然存在相同的错误。 有人知道如何解决这个错误? 解决方法确保您的项目定位为.net 4.5,所有引用都是有效的,并且Web AspNet.WebPages。*位于bin(Release / Debug)文件夹中。您还可以尝试在包管理器控制台中使用此命令重新安装Microsoft.AspNet.WebPages nuget软件包 > Update-Package –reinstall Microsoft.AspNet.WebPages (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net-mvc – 在MVC Ajax.ActionLink中传递多个参数
- asp.net-mvc – 在ASP.NET MVC中指定只读会话
- IIS7返回的日期标头是错误的
- asp.net – 检查ASPX文件以确保资源键在RESX中引用了exsist
- asp.net – 经过身份验证的服务不支持跨域javascript回调.
- asp.net – 如何添加验证到我的POCO(模板)类
- asp.net – 谁在生产应用程序中实际使用DataGrid / GridVie
- asp.net-mvc – 抛出一个404像StackOverflow的,没有重定向,
- asp.net-mvc-3 – 模型绑定逗号分隔的查询字符串参数
- asp.net-mvc-3 – CopyAllFilesToSingleFolderForPackageDe
推荐文章
站长推荐
- asp.net-mvc – 如何刷新多个部分视图点击Ajax.A
- asp.net – 在aspx中缩短名称空间别名
- asp.net-mvc – Kendo Grid Edit InLine Custom
- asp.net-mvc – 防止没有确认电子邮件的用户登录
- 部署 – Crystal报表文件未部署到ASP.NET MVC中的
- asp.net-mvc – 您是否使用任何自定义ASP.NET MV
- 简明的ASP.NET验证摘要
- asp.net核心 – 渲染Razor视图到ASP.NET核心的字
- .net – Control.ResolveUrl与Control.ResolveCl
- asp.net-mvc – 必需属性“pageBaseType”未找到
热点阅读
