且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在同一台计算机上安装多个Visual Studio 2008 Team系统版本

更新时间:2022-12-25 12:19:11

您好,

团队架构和团队测试应该已经安装在同一目录中-实际上

所以只有一个Visual Studio IDE,所有VS 2008 SKU(不包括Express版本)中的所有功能,都不​​能在安装Team Test版本时更改安装目录设置吗?是已添加到该IDE的程序包.

要检查是否安装了Team Test功能,请打开IDE,然后:

1.在帮助中->关于对话框,在安装的产品中应该有"Microsoft Visual Studio Team System 2008体系结构版" "Microsoft Visual Studio Team System 2008测试版" 列表.

2.在新建项目"对话框中,VB/C#/VC ++项目模板中应该有 Test 项目模板.在项目类型树的顶层还应该有一个 Test Projects 项目.

3.您在主菜单中有一个 Test 菜单项.

如果有这些项,则说明Team Test版本已正确安装,并且您可以在控制台中使用Test Edition功能. IDE.

BTW,您需要再次安装VS 2008 SP1,以确保新安装的功能已更新.

谢谢,

Jie
Hi,

The Team Architecture and Team Test should have been installed into the same directory - actually you should not be able to change the install directory setting when installing the Team Test edition, right?

So there is only one Visual Studio IDE, all the features in different VS 2008 SKUs (excluding Express editions) are packages added to that IDE.

To check if you have the Team Test features installed, open the IDE, then:

1. In the Help -> About dialog, there should be "Microsoft Visual Studio Team System 2008 Architecture Edition" and "Microsoft Visual Studio Team System 2008 Test Edition" in the Installed products list.

2. In the New Project dialog, there should be Test project templates in VB/C#/VC++ project templates. Also there should be a Test Projects item in the top level of the Project types tree.

3. You have a Test menu item in the main menu.

If you have these items, the Team Test edition is installed correctly, and you can use the Test Edition features in the IDE.

BTW, you need to install VS 2008 SP1 again to make sure the newly installed features are updated.

Thanks,

Jie