Client authentication error when starting Visual Studio 2015 SP3

前端 未结 3 585
死守一世寂寞
死守一世寂寞 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.

提交回复
热议问题