[Nuget] - "Runtime error: Could not load file or assembly 'System.Web.WebPages.Razor, Versi

Posted Hello World!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Nuget] - "Runtime error: Could not load file or assembly 'System.Web.WebPages.Razor, Versi相关的知识,希望对你有一定的参考价值。

环境

项目中使用了 System.Web.WebPages.Razor, Version=3.0.0.0,Nuget 还原缺失包后自动更新至 Version=3.2.5.0,编译成功,运行失败。

错误

“/”应用程序中的服务器错误。
未能加载文件或程序集“System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。

解决

方法1:在 Nuget 包管理器中重新安装对应版本。
方法2:在程序包管理器控制台中重新安装对应版本:
Update-Package –reinstall Microsoft.AspNet.WebPages

补充

Reinstall Microsoft.AspNet.WebPages nuget packages using this command in the package manager console. 100% work!!

参考资料

https://stackoverflow.com/a/34923294




以上是关于[Nuget] - "Runtime error: Could not load file or assembly 'System.Web.WebPages.Razor, Versi的主要内容,如果未能解决你的问题,请参考以下文章

magic_quotes_runtime 和 magic_quotes_sybase 的作用

无法安装 Nuget 包

Java System.getProperty("java.runtime.version") 未正确报告

无法加载文件或程序集“System.Runtime.InteropServices”

vs2015 创建项目失败

Linux 上的 NuGet:获取响应流时出错