Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

White screen while opening visual studio

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

like image 745
nihaljp Avatar asked Feb 28 '16 06:02

nihaljp


4 Answers

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.

like image 50
Jani Avatar answered Oct 23 '22 04:10

Jani


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!

like image 33
Jay Avatar answered Oct 23 '22 03:10

Jay


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:

like image 2
Tim Penner Avatar answered Oct 23 '22 03:10

Tim Penner


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.

like image 2
Soham Bhattacharyya Avatar answered Oct 23 '22 03:10

Soham Bhattacharyya