Client authentication error when starting Visual Studio 2015 SP3

前端 未结 3 576
死守一世寂寞
死守一世寂寞 2021-01-30 06:14

I just performed a clean install of Visual Studio 2015 SP3, and I\'m getting this in the Output window at startup:

We were unable to automatically populate y

相关标签:
3条回答
  • 2021-01-30 06:23

    You can disable the auto connection on startup via the following steps:

    1. Run "Developer Command Prompt for VS2015" as Administrator.
    2. Run "tfpt connections" command from the developer command prompt.
    3. Uncheck "Automatically reconnect to last server on startup" option and apply the settings.

    Note that you will get 'tfpt' is not recognized as an internal or external command, operable program or batch file if you don't have TFS Power Tools installed. You can install them from Microsoft Visual Studio Team Foundation Server 2015 Power Tools.

    0 讨论(0)
  • 2021-01-30 06:24

    This solution fixed it for me:

    1. Close Visual Studio
    2. From command line run: del %localappdata%\.IdentityService\SessionTokens.json
    0 讨论(0)
  • 2021-01-30 06:25

    In the top right corner of Visual Studio, you will find a colored box with your name or your initials inside. Click the down arrow and then Account Settings.

    In the opening window, please click "Sign out" in the upper left part of the window.

    After a restart of Visual Studio and signing back in, the error should be gone.

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