26

我的盒子上安装了 Visual Studio 2012,我正在尝试安装 TFS 2012 电动工具。

这是我得到的错误getwindowText

The Windows Shell Extension component cannot be installed side-by-side 
with previous versions. In order to continue, you must deselect that 
feature, or cancel this installation, uninstall the previous Windows 
Shell Extension, and restart this installation.

我的问题是:

  1. 我真的需要卸载现有的 Windows shell 扩展,还是只是版本兼容性的一些问题?
  2. 如何卸载以前的 Windows Shell 扩展?
  3. 如何检查我的盒子上安装的团队资源管理器的版本?
4

2 回答 2

45
  1. yes you do, the previous shell extension will have been installed by an older version of the power tools (e.g. for TFS 2010)
  2. Go to "Add Remove Programs" in the control panel and highlight "Microsoft Team Foundation server 201x Power tools" right click and select "change" then follow the wizard to remove the Shell extensions.
  3. If you have installed VS 2012 you will have the 2012 version of Team Explorer installed (unless you've installed VS 2012 express) If you have installed VS 2010 you will also have the 2010 version installed. They can hapily live side by side but you will need to install a forward compatibility update if you want to use Team Explorer 2010 with TFS 2012
于 2013-05-13T15:17:35.657 回答
1

我还必须卸载“Microsoft Team Foundation Server 2010 组件模型”以允许安装 TFS Power 工具中的所有功能。

于 2015-11-12T20:14:56.967 回答