Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Not Running

I have installed VS 2013 Ultimate and installation has succeeded. But when I run it, just a white rectangle shows and nothing happens afterwards. A screen capture follows.

enter image description here

Has anybody encountered such a problem.

like image 705
Kamran Avatar asked Feb 12 '14 19:02

Kamran


People also ask

How do I fix Visual Studio Installer has stopped working?

Please remove the folder: C:\Program Files (x86)\Microsoft Visual Studio\Installer. Then, re-download the bootstrapper file from the following Microsoft Site and run it as administrator. If the answer is helpful, please click "Accept Answer" and upvote it.

How do I open Visual Studio 2013?

Click on “Launch” to launch Visual Studio. The Welcome screen prompts you to sign in with your Microsoft Account for the first time.

Is Visual Studio 2013 free?

Visual Studio 2013 and Other Products If you don't have a Visual Studio Subscription, you can create one for free by clicking on “Create a new Microsoft account” on the login page.


2 Answers

I am faced with the same issue. I was having a working VS2013 installation once I created a new login it stopped working.

For now I am adjusting with run devenv from command prompt

devenv /resetsettings

Then run the reset settings from the IDE. Tools menu-> Export Settings->the Import and Export Settings Wizard page-> Reset all settings

like image 62
DiAgo Avatar answered Nov 26 '22 11:11

DiAgo


Uninstalling "HTTP Debugger" solved my problem.

It seems it had conflicts with VS2012, 2013 & Firefox and somehow was blocking some network access. After uninstalling HTTP Debugger All of them work properly.

like image 28
Kamran Avatar answered Nov 26 '22 10:11

Kamran