10

I installed visual studio 14.0 yesterday and there were some problem before installation itself although I installed it and when I opened it it showed a dll file missing so I downloaded it and after that it showed component missing so I went to devenev(I don't know what is it I did it according to an early question on stack overflow )and I make it run as administrator and it came but it isn't working.

It showed a white colour.please help. I am using Windows 7 32 bit

nihaljp
  • 265
  • 1
  • 3
  • 11

6 Answers6

36

Try from your white screen: Press: Alt+T for Tools, then O for Options and untick the following boxes as shown, click OK and reopen Visual Studio.

Solution

Hope it helps.

Koopakiller
  • 2,838
  • 3
  • 32
  • 47
Jani
  • 376
  • 3
  • 6
  • 1
    I started to have this problem when I remotely connected to my computer and this answer solved the issue. Thanks a lot! – Nedim Jun 01 '18 at 00:04
  • 1
    Thank you! I was getting a white screen filling the IDE window when remoting, but the rest of the desktop renders fine. This has so far fixed the issue. Many thanks! – Zach A Aug 30 '18 at 19:07
  • 5
    In case if Visual Experience menu is also not visible, then from General tab press following keys: 3x`Tab`, 1x`A`, 1x`Tab`, 1x`E`, 1x`Tab`, 1x`U` and `Enter`. – sh_ark Apr 15 '20 at 10:58
  • @sh_ark WOW man, you saved me!!!!!!!!!!!!! – Amit Raz Nov 04 '21 at 07:55
  • For vs 2022, you could press: 6x `Tab`, 1x `a`, 1x `Tab`, 1x `u`, 1x `e` after click General option. Then press `Enter`. – Even Wonder Feb 17 '22 at 02:58
5

I had a similar issue today. When opening up VS 2017, i was presented with the normal black VS 2017 splash screen and after that closed, it opened a blank white screen.

After trying Tim and portogas's methods from the other answers posted, i still had the problem. I spoke with Microsoft who said i had a corrupt install, so went through the pain of uninstalling and re-installing VS2017 to find out i still had the same issue!

I also noticed i had developed this problem for VS2015 also which i thought was strange.

After opening VS2017 one more time and moving my mouse over the blank screen, i noticed that i could see the mouse cursor change at certain points and when hovering over the top right corner, a popover would appear saying "Close".

I opened device manager and noticed that my NVIDIA driver had an issue, so i reinstalled the drivers and updated the Intel HD Graphics 530 graphics driver whilst i was at it.

Same issue with white screen. I then disabled the Intel driver, and opened VS again, and it worked!

After some more playing about, i re-enabled the Intel driver and opened the NVIDIA control panel, changed the 3D settings from Auto-Select to the High-performance NVIDIA processor and all now appears to be working well!

Jay
  • 233
  • 4
  • 9
  • Much appreciated! An app I had created in Visual Studio starting doing the "white screen thing", and I couldn't figure out what the problem was. I thought, "No problem! I'll just fire up VS and run it through the debugger and see what I see!" Lo and behold, VS had the same issue. Changing both programs to prefer the NVidia card fixed the issue. – Nat May 27 '18 at 14:59
2

It seems like you have a corrupt installation and it would be advisable to repair the installation

1) Click Start, click Control Panel, and then click Programs.
2) Click Programs and Features and then select the Visual Studio Edition you installed.
3) Click Uninstall/Change.
4) In the setup wizard, select Repair or Reinstall and then click Next.
5) Follow the remaining instructions in the installation wizard to finish.

If that doesn't work you should complete a full uninstall.

If the uninstall doesn't work please try the fixit link from microsoft.com

If the fixit link from Microsoft doesnt work you can use the manual uninstall instructions found on msdn.

Also make sure your system meets the minimum system requirements and you should review the compatibility page:

Tim Penner
  • 3,551
  • 21
  • 36
2

I had the same problem. I solved this one by doing the following:

  1. Run visual studio from command prompt devenv.exe /resetsettings

  2. Open Tools -> Import and Export Settings

  3. Select "Reset all settings"

After resetting all settings I could open Visual Studio 2017 normally again.

But after that you need to login to get the full license instead of the trial one.

0

It worked for me:

  1. Right click on pinned(pin to start menu if not) visual studio icon
  2. Click Visual studio insiders
suresh
  • 1,977
  • 1
  • 8
  • 8
-1

Well first press key windows + letter r , then write : devenv.exe /resetsettings and press ok

Charlie
  • 349
  • 4
  • 8