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

后端 未结 16 2065
说谎
说谎 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: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.

提交回复
热议问题