码迷,mamicode.com
首页 > 其他好文 > 详细

VS2017试用期到期后登录微软账户出现错误解决方法

时间:2017-08-05 14:57:18      阅读:489      评论:0      收藏:0      [点我收藏+]

标签:net   gem   target   common   window   html   accounts   ima   user   

关于使用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试用期到期后登录微软账户出现错误解决方法

标签:net   gem   target   common   window   html   accounts   ima   user   

原文地址:http://www.cnblogs.com/fuyanwen/p/7290068.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!