带有 .net 4.0 的 asp.net mvc
好的...
我目前正在使用 asp.net mvc 2.0 从 asp.net 3.5 升级项目。
我有很多关于命名空间冲突和其他可爱的东西的问题。
我希望有人能够阐明一些事情...
system.web.routing 4.0 和 system.web.abstractions 4.0 库是空的,这里的动机是什么?
system.web 4.0 库不在 GAC 中,并且具有路由和抽象库中的所有命名空间,我们如何引用 system.web 4.0?
有人针对 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...
The system.web.routing 4.0 and system.web.abstractions 4.0 libraries are empty, what's the motivation here?
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?
Has anyone recompiled asp.net mvc against 4.0 yet?
Cheers (and frustrated)
Byron
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们将项目从 MVC1 升级到 4.0 版本,几乎没有出现任何问题。
听起来您的 4.0 安装可能有问题。我已在
c:\windows\Microsoft.Net\ assembly\GAC_32
和c:\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
andc:\windows\Microsoft.Net\assembly\GAC_64
on Windows 7.