Visual Studio 2017 window is black

1

After applying the Fall Creators Update to my Windows 10 I'm not able to open Visual Studio properly. I can see the startup screen like everything would be fine – but after it disappears, the only thing I see is a white (or black) window – the weird thing is that if I move the mouse within the window, I can see the normal hover messages for buttons (seems that displaying is only the problem, but not the installation itself).

What is going wrong? How can I fix it?

Screenshot of opened Visual Studio:
Screenshot of opened Visual Studio

yesfabime

Posted 2017-11-12T20:55:06.150

Reputation: 111

Try running Visual Studio in 'Compatibility mode'. Right-click the executable (or a shortcut to it), and set the compatibility options. I am still using 2013 Ultimate and had to tweak it before it could run properly on the same update, I experienced a similar visual glitch. You should also attempt troubleshooting if compatibility mode does not work. – Mr. Mendelli – 2017-11-12T23:31:32.990

Try to open it with Run as admin by right click the VS – daidai – 2017-11-13T12:57:13.143

run VS in safe mode, go to options inside VS and disable HW acceleration. – magicandre1981 – 2017-11-13T16:25:45.557

Answers

0

After upgrade to a new version, some programs need to be reinstalled.

Try to reinstall Visual Studio 2017 and check again.

After installed, right-click VS 2017 and select Properties, Compatibility mode, tick Run this program in compatibility mode and Run this program as an administrator.

Origami

Posted 2017-11-12T20:55:06.150

Reputation: 1 309