VS2017 Blank Sign In Screen

微笑、不失礼 提交于 2021-02-06 10:50:06

问题


I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in.

I have tried changing the default browser to Chrome, Edge and IE just in case it was using that under the hood for rendering this page. Prior to that I had an issue with the Virtual Machine running the IDE which required me to re-register *.VBS associations to complete the install, that has been resolved and the install has passed.

I am now just left with the sign in issue as shown below:

Has anyone had this before / know of a work around here? I have been looking around on Google for similar issues but to no avail.

Any help here would be appreciated.

Thanks!


回答1:


I just encountered this issue myself on Visual Studio 2017 (30-day evaluation expired too so Eduardo Zavala's suggestion isn't possible). The cause is that I have Internet Explorer 11 installed and set to be extremely restrictive security wise. For example, it will not follow a redirect if a webpage tells it to. It also has JavaScript disabled. Apparently, Visual Studio uses Internet Explorer 11 (or at least "Internet Options" rules) for this login page instead of the default browser (e.g. Microsoft Edge) and its settings.

  1. Start Internet Explorer 11.
  2. Click on the gear icon in the upper right corner.
  3. Click "Internet Options."
  4. Click on the "Security" tab.
  5. Click "Default level" button.
  6. Click "Apply."
  7. Click "OK."

Run Visual Studio 2017 again and sign in.

Set Internet Explorer 11 settings back to how you prefer them.

All should be well in both programs now (VS17 authorized and IE11 restrictive).




回答2:


I think I found something...

If you go to Help tab and click on Send Feedback >> Report a Problem, a Developer Community forum page will pop-up.

In this page, you will see a sign-in link very much like the one in Visual Studio.

That particular link works, so if you log in to it, then exit the Developer Community Forum, you will have successfully logged into Visual Studio.

Hope this helps.




回答3:


I had the same issues. The problem was with Internet Explorer. My computer has Internet Explorer 8. Please follow the steps below to fix the issue.

  1. Install Internet Explorer 11 - you can download it from the Microsoft site.

  2. Restart the computer

  3. Relaunch Visual Studio
  4. Now sign in.
  5. No blank screen will be displayed.



回答4:


I had the same issue with VS2019, this ended up being blocked by a web filter and could see logincdn.msauth.net being blocked while signing into VS2019.

I would suggest adding an exception for *.msauth.net to allow the sign-in page to load.

This doesn't appear in the list from Microsoft firewall and proxy URLs - https://docs.microsoft.com/en-us/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server?view=vs-2019




回答5:


Just change your default Internet browser to Internet Explorer.



来源:https://stackoverflow.com/questions/48172794/vs2017-blank-sign-in-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!