[转载]ASP.NET MVC 环境配置,从1.0到2.0的转换和学习资源等 – 凭海观澜 – 博客园.
一、下载地址:
在4.12号发布的vs 2010正式版,Visual Web Developer 2010正式版中将会置对ASP.NET mvc2的支持.
在页面底部有三个文件下载ASP.NET-MVC-2-RTM-Release-Notes.doc、AspNetMVC2_VS2008.exe 和mvc2-ms-pl.zip。下载完后安装AspNetMVC2_VS2008.exe即可,
注意:前提是你必须安装了vs2008sp1:
二、从1.0到2.0的转换
在Download下面点链接下载
The app is a single executable: Download MvcAppConverter.zip (220 KB).
解压缩后选择对应的MVC1.0的solution进行转换即可
三、已安装vs2010beta时的解决办法:
在ASP.NET-MVC-2-RTM-Release-Notes.doc中有这样的说明:
Note :
Because Visual Studio 2008 and Visual Studio 2010 RC share a component of ASP.NET MVC 2, installing the ASP.NET MVC 2 RTM release on a computer where Visual Studio 2010 RC is also installed is not supported.
也就是说在安装完vs2010beta后,再安装AspNetMVC2_VS2008.exe会提示已经安装完成,但是vs2008缺没有对应的 MVC2,如果打开包含MVC2的Project,会报如下的错误:
The project type is not support by this installation.
我的解决方法是:
在不卸载2010的情况只需要从添加、删除程序里面把
Microsoft ASP.NET MVC2和Microsoft ASP.NET MVC2-visual studio 2010 tools卸载,然后再装AspNetMVC2_VS2008.exe即可。
四、学习资源: