How can I switch my signed in user in Visual Studio 2013?

后端 未结 16 1991
说谎
说谎 2020-12-12 08:53

A new feature of Visual Studio 2013 is the ability to sign in with a Microsoft Account and have your settings be persisted across all of your instances of Visual Studio, amo

相关标签:
16条回答
  • 2020-12-12 09:52

    If the Command prompt don't work for you, try logging in with your account that is working then log out and then try again with your other account.

    0 讨论(0)
  • 2020-12-12 09:53

    I was also able to fix this by signing in putting my product key in and then signing out and then logging in under my new login.

    0 讨论(0)
  • 2020-12-12 09:56

    There is a comment about this under this answer, but I think it's important to list it here. If you want to preserve your settings, export them first because they will be lost.

    From MSDN forums - since I had to hunt around far too much to find the solution to this:

    1. Close Visual Studio
    2. Start the Developer Command prompt installed with Visual Studio as an administrator.
    3. type 'devenv /resetuserdata' ('wdexpress /resetuserdata' for Express SKUs)
    4. Start Visual Studio Normally.

    Worked for me.

    0 讨论(0)
  • 2020-12-12 09:57

    I faced this issue Many time from different scenarios

    one of them when I tryed Connecting to team foundation server for different Logged User

    so the solution is easy Just Click Switch User

    hope this help you

    0 讨论(0)
提交回复
热议问题