3

我已经安装了 Team Foundation Server 2012 Express,我想通过 Visual Studio 2010 Ultimate 进行连接。

TFS 似乎已安装好,但是当我尝试连接时,出现以下错误:

TF31002: Unable to connect to this team foundation server:
http://<servername>:8080/tfs.

possible reasons for failure include:
- The name, port number, or protocol for the team foundation server is incorrect.
- The team Foundation server is offline
- The password has expired or is incorrect. 

现在,当我尝试浏览到提供的 url 时,我收到以下 Web 浏览器错误:

HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "c:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.dll" failed

我读到这个问题可能是由 .net 4 的错误安装引起的,详见此处,但我认为这不太可能,因为我已经编程/使用 .net 4 进行开发一段时间了。

4

2 回答 2

1

这行得通.....看起来TFS 2012 Express的自动设置没有正确设置。

关联

于 2012-06-08T10:44:00.467 回答
0

也许您需要添加完整的 tfs 服务器路径和端口号,而不是依赖“添加 Team Foundation Server”对话框中的“连接详细信息”框。:8080/tfs 或者你可能写了这个地址: :8080/tfs/ 所以在你的地址末尾省略“/”。

于 2012-10-30T15:37:18.143 回答