1

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.
11
  • What version of Windows are you running? Commented May 15, 2016 at 14:42
  • PS port should be 443, protocol: https and path `/``, unless your Visual Studio instance grays out. Also make sure you've installed VS2012 update 5. Commented May 15, 2016 at 14:43
  • You could also try using the "Open in Visual Studio" link on the your Visual Studio Team Services Project page. Commented May 15, 2016 at 14:43
  • Your post contained the same type in the Url. Ensure you prefix the correct protocol: https://xyzproject.visualstudio.com/ Commented May 15, 2016 at 14:46
  • I am using windows 7, installed VS2012 update 5, https protocol and 443 port... i have given the Url as xyzproject.visualstudio.com , path is given as tfs by default in the window ... It is showing script error popup, object doesn't support this action.
    – python
    Commented May 15, 2016 at 17:07

1 Answer 1

1

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.

4
  • Thank you, after upgrading to IE 11 , it is working fine..... after connecting to team services, under visual studio team services i selected get started, can i know how can i check in my code here ? i dont see any options..
    – python
    Commented May 16, 2016 at 4:45
  • Double clicking your project under VSTS connection, you will see the Team Explorer UI. If you use TFVC for version control, you can check in your code from "Pending Changes". If you use Git, then you need to commit your code from "Changes" and then push it to VSTS from "Sync". Commented May 16, 2016 at 5:10
  • In the team explorer the check in button is disabled, it is showing there are no pending changes.... this is first time iam checking in.
    – python
    Commented May 16, 2016 at 5:15
  • Then it didn't detect any changes to check in. Seems you are using TFVC for version control, did you create the workspace after connection to the project? And did you make any changes after workspace is created? Here is an instruction for TFVC: visualstudio.com/en-us/get-started/code/… Commented May 16, 2016 at 5:19

Not the answer you're looking for? Browse other questions tagged or ask your own question.