TFS 2012 + Visual studio 2012: some settings options return “The user name or password is incorrect”

后端 未结 2 1355
灰色年华
灰色年华 2021-01-18 21:15

I\'ve upgraded our TFS 2010 to TFS 2012 without any issues. I can connect to the source control, checkin, everything I need to Work.

But if I go to the settings pag

2条回答
  •  滥情空心
    2021-01-18 22:00

    We resolved our issue with this by running VS 2012 with our domain credentials. We use VMs for development, so we do not directly login into the domain. To run VS, we use the following (as a batch file):

    runas /netonly /user: username "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"

    where username is your domain credential.

提交回复
热议问题