python
python

Reputation: 497

TF31003 when trying to connect to Visual Studio Team Services from VS 2012

we are working on have a small mini project, we want to use visual studio team services online and check in our code in to that so that we can work on the project as a team

created an account and started in to https://www.visualstudio.com/products/visual-studio-team-services-vs

After creating account got the URL details to my mail Your account URL - https://xyzproject.visualstudio.com/

Next , from my project in Visual studio 2012, View tab --> Team Explorer --> Connect to team foundation server --> Servers --> Add -->

Name or URL of Team foundation server | https://xyzproject.visualstudio.com/
Path                                  | TFS
Port No                               | 8080
Protocol                              | HTTP

I receive the following error:

Error : An error has occurred with the script on the page.

Upvotes: 1

Views: 1102

Answers (1)

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29976

First, make sure the settings you entered is correct as Jesse mentioned. The protocol should be "https" and port should be "443". And then reset your IE to default settings and then try again. If the issue still occurs, then check your IE version and upgrade it to IE 11. Check this link for reference: Troubleshooting connections from Internet Explorer & Visual Studio to Visual Studio.

Upvotes: 1

Related Questions