首页 文章

Visual Studio 2008:无法连接到已知良好的TFS 2010

提问于
浏览
91

新安装的TFS 2010位于 http://serverX:8080/tfs .

带有VS 2008 Pro SP1和VS2008团队资源管理器( no SP )的Windows 7开发人员计算机 . TFS 2008 Service Pack 1对我不起作用 - "None of the products that are addressed by this software update are installed on this computer."

开发人员机器能够通过上述URL浏览TFS站点 .

The Issue 正在尝试将TFS服务器添加到Visual Studio 2008中的“团队资源管理器”窗口中 . 这是显示错误的屏幕截图:

无法连接到此Team Foundation Server . 失败的可能原因包括:Team Foundation Server名称,端口号或协议不正确 . Team Foundation Server处于脱机状态 . 密码已过期或不正确 .

TFS服务器已启动并正常运行 . 防火墙端口是开放的,并且在开发机器上 is accessible via the browser

alt text
larger image

Question :如何从VS 2008 Pro连接到TFS 2010服务器?

Resolution

这是我解决这个问题的方法:

Installations

Config

  • 将TFS服务器添加到团队资源管理器时,您 MUST 指定URL如下: http://[tfsserver]:[port]/[vdir]/[projectCollection]

  • 在上面我的案例中,它是 http://serverX:8080/tfs/AppDev-TestProject

  • 您不能简单地添加TFS服务器名称并让VS查找服务器上的所有项目集合 . TFS 2010有一个新URL(默认情况下),VS 2008无法识别如何收集该列表 .

3 回答

相关问题