To connect to Visual Studio 2010 from an older version of Visual Studio, we need to use a different URI format to add the server. Before Visual Studio 2010 was released, there was no such thing as a Project Collection. Instead of the now standard format: URL : http[s]://{TFS2010ServerName[:{port}]?/tfs/ We need to add the Project Collection to the URI, so that it becomes: URL: http[s]://{TFS2010ServerName}[:{port}]/tfs/{ProjectCollectionName} Otherwise we will get the following error message: TF30335...(read more)
↧