[VS2017 setup] Fix: We could not refresh the credentials for the account

遇到一个用户反映VS2017 Community注册信息快要到期,但是他无法更新自己的Account信息,导致无法更新license。试了很多办法,最后解决的方法可能是:

1.通过工具栏的Help选项,选择Send Feedback后登陆,曲线救国。
Open Visual Studio. Click Help, Send Feedback, Report a Problem.
This brings you to a login screen. If you log in from there, it will log you into Visual Studio.

2.清理自己电脑上的IdentityService文件,做完后似乎成功了。步骤如下:
(1)Close down VS2017
(2)Go to “C:\Users{username}\AppData\Local.IdentityService”
(3)Rename “IdentityServiceAdalCache.cache” as shown below. (for example just add an underscore to it)
图片位置
(4)Restart VS2017 and log in.

Refer to:https://stackoverflow.com/questions/45276188/visual-studio-2017-how-to-fix-error-we-could-not-refresh-the-credentials-for

猜你喜欢

转载自blog.csdn.net/cc93691810/article/details/84988507
we