ASP.net MVC 3.0 RTM 与 ASYNC CTP 配合得很好吗?
ASP.net MVC 3.0 RC1 与 Visual Studio 2010 中的 ASYNC CTP 发生冲突。 有谁知道新发布的 MVC 3.0 RTM 是否会愉快地共存?
ASP.net MVC 3.0 RC1 clashed with the ASYNC CTP in visual studio 2010.
Does anyone know if the newly released MVC 3.0 RTM will happily co-exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。MVC 3 对 VS 所做的更改与 Async CTP 对 VS 所做的更改是不兼容的。
不过,Visual Studio 即将推出 SP1。发布后,异步 CTP 将被刷新以使用它。 (MVC 3 RTM 在发布时就已被设计为与 SP1 兼容,因此届时它们将愉快地共存。)
No. The changes that MVC 3 makes to VS and the changes that the Async CTP makes to VS are incompatible.
However, there is an upcoming SP1 for Visual Studio. When that's released, the Async CTP will be refreshed to work with it. (MVC 3 RTM was already designed to be compatible with SP1 when it's released, so they'll happily coexist at that time.)