TF30335 : Could not connect to the TFS2010 server through Visual Studio 2008 client
First Check whether you have the VSTS 2008 Sp1 installed, if not ,install it first and then make some changes in the registry as given below
Edit registry value: HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/9.0/TeamFoundation/Servers.
Add a new String Value in there and make the name of it the name that you want to call your server connection. Make the Value “http://127.0.0.1:8080/tfs/DefaultCollection“. Replace the 127.0.0.1 with the ipaddress or name of your server. Replace the tfs with the server’s instance(default is tfs). Replace the DefaultCollection with whatever your collection is named (default is DefaultCollection).
Thanks,
Sudhir
3 Comments »
Leave a Reply
-
Recent
- How To Delete SubFolder in Team Foundation Server
- How To Delete Project from Team Foundation Server 2005/2008
- HowTo : Delete SharePoint Shared Service Provider (SSP)
- TF31002 : Unable to connect to TFS 2008
- Team Foundation services are not available from server http://127.0.0.1:17012/_vti_bin/TeamFoundationIntegrationservices.asmx
- How to Run IIS and WAMP on Windows 2003 Server
- Dell Diagnostic, Power Button, POST Beep and Error Messages Codes
- Windows Server 2008 R2 + SQL SERVER 2008 + MOSS2007
- How to use convert vmdk to vhd
- CRUISECONTROL + SOURCE VAULT + devenvbuild
- HTTP Error 500.23 – Internal Server Error : An ASP.NET setting has been detected that does not apply in Integrated naged pipeline mode
- TF30335 : Could not connect to the TFS2010 server through Visual Studio 2008 client
-
Links
-
Archives
- February 2010 (3)
- January 2010 (2)
- November 2009 (3)
- October 2009 (2)
- September 2009 (1)
- August 2009 (4)
- June 2009 (1)
- May 2009 (1)
- April 2009 (1)
- March 2009 (2)
- February 2009 (1)
- October 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS
Thanks!!!! Worked like a charm. Had TS SP1 and TE Forward Compatibility Update… for whatever reason couldn’t connect. This fixed it!
Thanks, I did it and it works but it has another steps as well. you need to download Forward compatibility patch and install it in order to be able to connect to TFS 2010 through Team Explorer 2008 and VS 2008 here is th link
http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=cf13ea45-d17b-4edc-8e6c-6c5b208ec54d
Thanks
Try performing below steps
1) uninstall office
2) install forward compatibility fix
3) install SP1 for VS2008
4) re-install office
Let me know if it works