From time to time I have to work with projects using Azure DevOps TFVC.
It is fairly common that I get a TF30063 error in the Team Explorer, saying I'm unauthorized and need to reenter my credentials. But unfortunately that doesn't help.
I just found a visual studio developer community post containing the solution.
- If Visual Studio is showing the Team Explorertab/panel, select theSolution Explorertab/panel.
- If Visual Studio had already been showing the Solution Explorertab, select theTeam Explorertab and then select theSolution Explorertab again.
- Make sure that the Solution Explorertab is currently selected, and close this instance of Visual Studio (if I have other Visual Studio instances open that are connected to the on-premises TFS server, I leave those open).
- Re-open the same project (connected to Azure DevOps) in Visual Studio, and now everything seems to be fine.
 

 
    
Top comments (0)