To Connect to Team Foundation Server using Visual Studio/Team Explorer 2005/2008, 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]://{TFS2013ServerName[:{port}]?/tfs/ We need to add the Project Collection to the URI, so that it becomes: URL: http[s]://{TFS2013ServerName}[:{port}]/tfs/{ProjectCollectionName} Otherwise we will get the following error message...(read more)
↧