Rich
Rich

Reputation: 6561

TFS Error: Source Control Explorer - Unable to read data from transport connection

When I try to get latest version of project in TFS it does not work and produces this error:

'Source Control Explorer. Unable to read data from transport connection. The connection was closed.' How do I fix this so I can get the latest version of the project's code?

Upvotes: 4

Views: 3512

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51103

According the error message seems like the connection to the server was made but since the service was not available on machine, then the sever canceled the request.

You could try below ways to narrow down the issue:

  • First check the event view on the TFS server if there are some related error info.
  • Try to get another team project in some collection and different team project collection.
  • Try to use another account to get latest on your machine.
  • Try to use your account to get latest on another machine. If the issue only occurs on your machine, you may need to clear TFS and VS cache which may do the trick.
  • If you are using Window Server 2008R2. Maybe it's related this issue. Applied the HotFix and try the workaround.

Upvotes: 2

Related Questions