创建ASP.net MVC 应用程序没有创建测试项目

创建ASP.net MVC 应用程序没有创建测试项目的问题,原来是因为版本问题导致的
从ASP.net官方文档中发现的问题原因:
地址:http://quickstarts.asp.net/3-5-extensions/mvc/MVCCreatingMVCProject.aspx
官方描述:
Note
If you are using Visual Studio 2008 Standard Edition, the Testing Framework Options dialog box is not displayed. Instead, the new MVC application project is generated without a test project.
[size=15]问题原因是因为安装的默认MVC目录为1033而不是2052
具体安装步骤:http://www.mikel.cn/article.asp?id=378
[/size]