Problem
We faced the TFS connection failure problem while connecting TFS source project from Visual Studio 2013. We got the error message “TF400324: Team Foundation services are not available from server – The underlying connection was closed: An unexpected error occurred on a receive”.
Complete error message:
TF400324: Team Foundation services are not available from server TFS-Server. Technical information (for administrator): The underlying connection was closed: An unexpected error occurred on a receive.
Solution
After I have analysed some time, found the following quick fix to resolve this error.
- Close Visual Studio Solution and related applications.
- Browse the TFS AppData Cache folder path: %LocalAppData%MicrosoftTeam Foundation5.0Cache
- Delete all the contents under the folder Cache (don’t worry it will be automatically re-created when you open Visual Studio and connect TFS again),
For better fix, you can refer this solution: http://www.codeproject.com/Articles/613214/TF-Team-Foundation-services-are-not-availabl
Advertisement