1. 程式人生 > >VS2017試用期到期後登錄微軟賬戶出現錯誤解決方法

VS2017試用期到期後登錄微軟賬戶出現錯誤解決方法

試用 mini could not identity install trac sig nbsp connected

關於使用VS2017試用期一個月到後,需要登錄微軟賬戶後進行認證後才能重新使用,但是登錄成功後出現如下錯誤

We could not refresh the credentials for the account AADSTS50001: The application named https://management.core.windows.net/ was not found in the tenant named 0b4a31a2-c1a0-475d-b363-5f2666866a3. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.

Trace ID: 089f680c-4279-4932-a5c2-60383476e969

Correlation ID: f8110d88-e4f5-4edb-a77d-6fb2b7f4c79d

Timestamp: 2017-01-08 18:10:29Z

參考網址:https://developercommunity.visualstudio.com/content/problem/7675/cant-sign-into-accounts.html?childToView=17494

解決方法:

打開註冊表:  HKEY_CURRENT_USER\Software\Microsoft\VSCommon\ConnectedUser

刪除以下註冊表

"AadInstance"="https://login.chinacloudapi.cn/"
"adaluri"="https://management.core.chinacloudapi.cn"
"AzureRMEndpoint"="https://management.chinacloudapi.cn"
"AzureRMAudienceEndpoint"="https://management.core.chinacloudapi.cn"
"GraphUrl"="graph.chinacloudapi.cn"

保留:
"EnableAzureRMIdentity"="true"  如果刪除這一項會導致Azure RM不能正常工作

刪除後結果如下:

技術分享

打開VS2017重新登錄後正常使用。


VS2017試用期到期後登錄微軟賬戶出現錯誤解決方法