VS 2022 Team Explorer not connecting to Azure Devops

moondaddy 911 Reputation points
2022-01-17T21:23:09.043+00:00

Actually this is a problem with both VS 2019 and 2022. I have been using Azure Devops for years with mostly no problem for source control and managing projects. Starting about a week ago it started having trouble connecting to DevOps. but each day things get a bit worse until now it can hardly connect at all and when it does, its only for a few moments. All of my projects use TS SC and not git but as you can see, now it thinks they're all git:

165784-image.png

and if I try to check in a file I get this error msg

TF400324: Azure DevOps services are not available from server xxx.visualstudio.com\xxx.
Technical information (for administrator):
The underlying connection was closed: An unexpected error occurred on a send.

This now a big problem as I cannot check in my work and other people are depending on it.

I've googled this and I have deleted VS cache

C:\Users\xxxe\AppData\Local\Microsoft\Team Foundation\8.0\Cache
C:\Users\xxx\AppData\Local\Microsoft\Team Foundation\8.0\Cache

I rebooted the pc. no luck.

I deleted me from the VS accounts, rebooted VS and re-added my account back to VS. no luck.

Neither of my accounts cannot connect anymore.

165832-image.png

========================

I forgot I also have an old instance of VS 2015 installed. I repeated the steps above removing my account from all 3, vs 2015, 19, 22, and the cache. rebooted the pc and added my account back to vs 2022. These are the error messages in the output window upon opening VS without selecting any projects.

TF205020: Could not connect to server ‘xxx.visualstudio.com\xxx’. This server was used in your last session, but it might be offline or unreachable. Confirm that the server is available on the network. To attempt to connect again, or to a different server, click ‘Connect To Azure DevOps Server’ in Team Explorer or the Team menu.

The server returned the following error: TF30063: You are not authorized to access xxx.visualstudio.com\xxx.

Any idea how to resolve this?

Thank you.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2022-01-17T21:48:49.38+00:00

    under tools -> options -> source control -> plugin

    select teams. then make the connection from the team explorer panel.

    note: you should consider converting to Azure DevOps GIT repos as that is where all the VS resources are going

    https://learn.microsoft.com/en-us/devops/develop/git/migrate-from-tfvc-to-git
    .