Switching Visual Studio User - Visual Studio Premium -


i want switch visual studio user got following error.

i tried reset user data descriped here in this post nothing changed. reinstalled visual studio , didn't help

any hint?

we unable establish connection because configured user user@mydoamin.de attempted connect using user boas.enkler@mydomain.de. connect different user perform switch user operation. connect configured identity attempt last operation again.

screenshot

there 2 workable options use (in order):

as of visual studio 2013 release 4

  • ensure login correctly using current user id expects first.
  • then logout account settings option on account drop-down menu (top right, showing name)
  • now login again using other account

it appears vs not login different account while logged in. make happy first :)

fallback option: need run devenv /resetuserdata @ command prompt.

to run “switch user operation”:

  • close instances of vs2013 (check task manager make sure devenv.exe not running).
  • open developer command prompt vs2013.
  • type devenv /resetuserdata , wait complete,.
  • restart vs2013 , follow usual “sign in” steps (with desired account).

this process clears same registry keys (and few more) suggested other solutions.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -