带有 .net 4.0 的 asp.net mvc

发布于 2024-09-03 23:59:25 字数 377 浏览 3 评论 0原文

好的...

我目前正在使用 asp.net mvc 2.0 从 asp.net 3.5 升级项目。

我有很多关于命名空间冲突和其他可爱的东西的问题。

我希望有人能够阐明一些事情...

  1. system.web.routing 4.0 和 system.web.abstractions 4.0 库是空的,这里的动机是什么?

  2. system.web 4.0 库不在 GAC 中,并且具有路由和抽象库中的所有命名空间,我们如何引用 system.web 4.0?

  3. 有人针对 4.0 重新编译了 asp.net mvc 吗?

欢呼(和沮丧)

拜伦

Ok...

I am currently upgrading a project from asp.net 3.5 using asp.net mvc 2.0.

Im having a number of issues regarding namespace conflicts and other such lovely stuff.

I was hoping someone could shed some light on a few things...

  1. The system.web.routing 4.0 and system.web.abstractions 4.0 libraries are empty, what's the motivation here?

  2. The system.web 4.0 library isnt in the GAC, and has all the namespaces from the routing and abstractions library, how are we meant to be referencing system.web 4.0?

  3. Has anyone recompiled asp.net mvc against 4.0 yet?

Cheers (and frustrated)

Byron

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

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

发布评论

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

评论(1

素衣风尘叹 2024-09-10 23:59:25

我们将项目从 MVC1 升级到 4.0 版本,几乎没有出现任何问题。

听起来您的 4.0 安装可能有问题。我已在 c:\windows\Microsoft.Net\ assembly\GAC_32c:\windows\Microsoft.Net\ assembly\GAC_64 中安装了 System.Web 4.0.0.0代码> 在 Windows 7 上。

We upgraded our projects from MVC1 to the 4.0 release with virtually no issues.

It sounds like something might be wrong with your 4.0 installation. I've got System.Web 4.0.0.0 installed in both c:\windows\Microsoft.Net\assembly\GAC_32 and c:\windows\Microsoft.Net\assembly\GAC_64 on Windows 7.

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