0

After installing the .5-Update for Visual Studio 2017, I'm unable to login to my work- or school-account. I'm getting the following instead enter image description here .

I've tried the fix for the "Failed to Refresh Access token"-Error but that did'nt fix it...

Azzabi Haythem
  • 2,318
  • 7
  • 26
  • 32
kpfeuffer
  • 81
  • 2
  • 7
  • Might want to also see: https://stackoverflow.com/questions/47188210/clear-stored-tfs-credentials-in-visual-studio-2017 or https://stackoverflow.com/questions/47749709/how-to-fix-error-tf30063-you-are-not-authorized-to-access-vs2017/54017137 – Arkaine55 Jan 03 '19 at 06:12

2 Answers2

1

Turns out removing the account and adding it again fixed the issue in this case. It probably had something to do with the Personal Account, that was present as well.

kpfeuffer
  • 81
  • 2
  • 7
0

launch developer command prompt for VS 2017 from start menu try to run Devenv.exe /ResetUserData. This should fix the issue.