Windows 更新后 System.Web.Mvc 未按预期运行

System.Web.Mvc not functioning as expected after Windows Update(Windows 更新后 System.Web.Mvc 未按预期运行)
本文介绍了Windows 更新后 System.Web.Mvc 未按预期运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在昨天的 Windows 更新之后,我似乎在构建我的项目时遇到了问题.

After yesterday's Windows Update, I seem to have issues building my projects.

Related Windows Updates could be:
ASP.NET MVC 2.0: KB2993939
ASP.NET MVC 3.0: KB2993937
ASP.NET MVC 4.0: KB2993928
ASP.NET MVC 5.0: KB2992080
ASP.NET MVC 5.1: KB2994397

这些错误似乎都与我检查的 System.Web.Mvc 命名空间有关;它仍然与 References 下的项目相关联.在 Windows 更新期间我的 MVC 项目可能出了什么问题,我应该如何纠正它?

These errors all seem to be related to the System.Web.Mvc namespace of which I checked; it is still being associated with the project under References. What could have gone wrong with my MVC project during the Windows Update, and how should I go about rectifying it?

这是指示今天管理的更新的日志:

Here is the log that indicates the updates administered today:

推荐答案

最近更新增加了版本号

3.0.0.0 -> 3.0.0.1 和 4.0.0.0 -> 4.0.0.1

3.0.0.0 -> 3.0.0.1 and 4.0.0.0 -> 4.0.0.1

我不得不删除引用并重新添加(System.Web.Mvc 位于程序集中>扩展是添加引用对话框的)

I had to remove the reference and re-add (System.Web.Mvc is found in Assemblies >Extensions are of the Add Reference dialogue)

这篇关于Windows 更新后 System.Web.Mvc 未按预期运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
Drawing over all windows on multiple monitors(在多个监视器上绘制所有窗口)
Programmatically show the desktop(以编程方式显示桌面)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
LINQ many-to-many relationship, how to write a correct WHERE clause?(LINQ多对多关系,如何写一个正确的WHERE子句?)