Visual Studio Community 2015 Services not available -
the problem can't sign in visual studio, can't use it.
my 30 day license expired , means have sign in in order use it. hit sign in button. white window saying "we're getting things ready" shows , after while labled: "sorry, ran problem", saying "the online service not available. please try again later.".
when checked service status, said online.
edit: {
i used fiddler debug network connection.. , found out program or system can't establish connection server: http://go.microsoft.com:443
}
any ideas how fix , sign in?
change visual studio proxy settings in
c:\program files (x86)\microsoft visual studio 14.0\common7\ide\devenv.exe.config
to
<system.net> <defaultproxy usedefaultcredentials="true" enabled="true"> <proxy usesystemdefault="true" /> </defaultproxy> <settings> <ipv6 enabled="true"/> </settings> </system.net>
Comments
Post a Comment