Results tagged “VSTS”

转载自 http://www.michaelazocar.com/blog/?p=290
客户端安装了 VS2005+Team Explorer 2005 后又再安装 VS2008+Team Explorer 2008,导致在 TFS 中打开 Excel 或者 Project 文件时出错
错误信息如下:

"TF80012: The document cannot be opened because there is a problem with the installation of Visual Studio 2005 Team Foundation Office integration components. Please see the Team Foundation Installation Guide for more information."

微软KB: http://support.microsoft.com/kb/947865

在VS中,只能使用1个版本的 TFS Client, 哪个是最后安装的,哪个的Office集成就会被关联注册到系统中
You can only use one version of Team Explorer to work with Microsoft Excel and Project. The latest version you installed is the version that will open Microsoft Excel and Project correctly.

要用回 2005,通常做法就是修复安装 Team Explorer 2005, 不过 Mike 给了我们另外一个简单的方法:

This one comes up frequently in our development teams, especially those who have transitioned a project off VSS and into Team Foundation Server.  The question usually goes something like:

 "Someone has installed VS 2005 + Team Explorer on an existing Windows XP box.  They login using their domain credentials open VS 2005, they have access to TFS via Team Explorer. When every they try to view the source control everything is grayed out?
 
Source Control Explorer has not created an work space but on their Vista machine they have access and an work space, do you know what can be the problem?"

Well, the most likely problem is that their VS is not setup to use Team Foundation Server as the source control plugin.  To resolve this, visit Tools > Options > Source Control and select "Visual Studio Team Foundation Server" from the list.

1
Close