尝试将 ASP.Net MVC 1.0 项目更新到 MVC 2.0

发布于 2024-08-31 18:38:19 字数 251 浏览 12 评论 0原文

我正在尝试将我的项目从 MVC 1.0 更新到 ASP.Net MVC 2.0。我已删除了对较新版本的 System.Web.MVC 的引用。我从 HTTPContext 中收到一个异常,其中显示“CurrentNotification = 'HttpContext.Current.CurrentNotification' 引发了类型为 'System.PlatformNotSupportedException' 的异常”。我还需要更新哪些其他二进制文件的引用才能使我的项目再次运行?

I'm trying to update my project to ASP.Net MVC 2.0 from MVC 1.0. I've removed the references for System.Web.MVC to the newer versions. I'm getting an exception from the HTTPContext which reads "CurrentNotification = 'HttpContext.Current.CurrentNotification' threw an exception of type 'System.PlatformNotSupportedException'". What other binaries do I need to update a reference to, to get my project to work again?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

淡莣 2024-09-07 18:38:19

抛出这个异常是因为

该操作需要 IIS 7.0 中的集成管道模式以及至少 .NET Framework 版本 3.0。

并且可能与 ASP.NET MVC 2.0 无关。

This exception is thrown because

The operation requires integrated pipeline mode in IIS 7.0 and at least the .NET Framework version 3.0.

and may not be related to ASP.NET MVC 2.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文