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

末鹿安然 提交于 2019-12-01 17:43:31

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.

It sounds like the code is still using some values that are cached on the client after the upgrade. How long ago was it that you upgraded the server?

To test whether that is it, rename your cache folder (with VS 2012 closed) and launch VS 2012 again so it recreates the cache from scratch.

C:\Users\\AppData\Local\Microsoft\Team Foundation\4.0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!