59

I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open.

This causes my Visual Studio to freeze or crash on startup.

I am using a lot of plugins in my installation and wonder if there is a way to prevent this from happening.

15 Answers15

33

Have you tried resetting user settings? It did help me:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /ResetUserData
Jean-François Corbett
  • 37,420
  • 30
  • 139
  • 188
VidasV
  • 4,335
  • 1
  • 28
  • 50
  • 1
    Yea, I tried your solution and now it is freezing on splash screen! – AaA May 31 '18 at 02:43
  • If you are upgrading from Visual Studio Community to Enterprise Edition, this is usually the best alternative – ndarriulat Sep 24 '18 at 20:44
  • Resolved it for me (Community edition) '''"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" /ResetUserData''' –  May 17 '20 at 12:21
  • This not only makes my VS2015 now freeze at the splash screen, instead, but also the splash screen is now strangely all white, except "Visual Studio" written at the top in purple. Microsoft just keeps going down hill... – Pulseczar Feb 24 '21 at 18:41
29

Run: Devenv /ResetSkipPkgs

http://msdn.microsoft.com/en-us/library/ms241276%28VS.80%29.aspx

or

You are probably looking for the /SafeMode command line switch:

devenv.exe /SafeMode

This will start Visual Studio with all add-ins disabled.

Donald Byrd
  • 7,668
  • 4
  • 33
  • 50
Gurpreet Singh
  • 1,641
  • 3
  • 17
  • 29
10
devenv.exe /ResetSettings

or

devenv.exe /ResetSetting

Worked fine for me

Petter Friberg
  • 21,252
  • 9
  • 60
  • 109
Gyuri
  • 109
  • 1
  • 2
  • this usually doesnt work for VS2015 and 2017, below from Nicolasd92 is better option using ResetUserData – Emil Jul 26 '17 at 14:29
  • 1
    This resolved my issue in Visual Studio 2022. I ran devenv.exe /SafeMode first to confirm that Visual Studio 2022 opened normally in safe mode. Then ran devenv.exe /ResetUserData. – Jay Cummins Apr 18 '22 at 12:11
10

You can change your Visual Studio 2010 start up settings.

Tools --> Options --> Startup --> At startup --> Show empty environment --> Save

Visual Studio has a plugins limit. Use only plugins that best for you. There is a list for best Visual Studio 2010 plugins for developers.

Visual Studio 2010 - recommended extensions

Community
  • 1
  • 1
Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
  • i am not known what happend i have 5-6 plugin in premium and got found slow problem –  Jul 15 '11 at 05:59
  • You said `I am using a lot of plugins` then i think you use 20-25 plugins. Of course, 6 plugins shouldn't slow your IDE. Maybe your computer not enough for Visual Studio requirements ? – Soner Gönül Jul 15 '11 at 06:08
  • 4GB RAM in 64bit dual core. anything especial i need to got. –  Jul 15 '11 at 09:09
  • Have you tried reinstall with using [Visual Studio 2010 Uninstall Utility](http://archive.msdn.microsoft.com/vs2010uninstall) – Soner Gönül Jul 15 '11 at 09:26
  • 1
    If you use resharper, somtimes initial keyboard setup might take upto 10-15 min (not sure why) – Bek Raupov Apr 18 '13 at 14:44
  • A Resharper 8 upgrade caused VS to hang on startup. This solution solved the problem. Thanks! (Also, I didn't see @anvarbekraupov's comment so didn't wait 10-15 mins!) – Druid Sep 11 '13 at 08:03
5

I had the same issue with Community 2015 version. I solved it with Vidas Vasiliauskas suggestion, which was to erase user settings.

The thing is that I previously had 2015 version, in which I was logged in with my Microsoft account. When trying to open version, it tried to do so with that same account, which I believe was the cause of the issue.

Therefore, I would suggest to those with the same problem to run the following command at Command Line Prompt:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /ResetUserData

ndarriulat
  • 749
  • 1
  • 9
  • 11
1

In my case, VS 2013 Professional was hanging on startup because the license was no longer valid.

Last item in the log file:

<entry>
    <record>367</record>
    <time>2015/07/13 20:11:05.051</time>
    <type>Information</type>
    <source>UserConnection</source>
    <description>myemailaddrs@gmail.com signed in for IDE user</description>
</entry>

And on the msdn.microsoft.com subscription page: "Your subscription is no longer active, contact your administrator."

I had to get an updated subscription from my employer.

Kerry Randolph
  • 591
  • 6
  • 15
1

When it hangs on the splash screen:

It could be that an anti-virus solution is blocking Visual Studio.

Kaspersky Internet Security 16.0.1.445 makes Visual Studio 2015 hang on the splash screen. The older version 16.0.0.614 works fine.

1

Clear the tag's elements in C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config

Also do the same with C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config

The tag should just be <runtime/>

Wynand
  • 53
  • 3
1

If your Visual Studio 2019 is stuck due to a faulty extensions, here is a way to get it back to normal.

First, start Visual Studio in safe mode (devenv.exe /SafeMode) and uninstall the troublemaker.

Hereafter, if Visual Studio 2019 is still unresponsive, you need to do the following:

  • Browse to %LOCALAPPDATA% and go to Microsoft -> VisualStudio -> 16.0_bb6da863 (or whatever version you have installed)
  • Delete the following folders (all cache related):
    • ComponentModelCache
    • ImageLibrary
    • MFECacheBackup
    • Extensions\*.cache

For reference:

enter image description here

Hope it helps you and safe a VS repair/reinstall.

Happy coding :-)

gimlichael
  • 1,365
  • 1
  • 15
  • 28
1

I had a hang (not responding) in VS2015 for a about 5 minutes after starting VS 2015 (the hang itself started about 2 minutes after VS 2015 opened).

It turned out that the SQM (Quality Metrics Service) and created thousands of files in C:\Users(me)\AppData\Local\Microsoft\VSCommon\14.0\SQM.

Deleting these file fixed the problem.

Turned off SQM via Windows registry by setting the dword to zero under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VSCommon\14.0

Anachronism
  • 408
  • 3
  • 10
0

I was having this issue when using the Git source-control plugin.

I ran devenv.exe /SafeMode

And then in Options -> Source Control -> Plug-in Selection made sure "None" or "Visual Studio Team Foundation Server" was selected. After that, VS started normally.

0

Check Task Manager. I had a Setup.exe running (not sure what it was installing), but once I killed it, VS unfroze.

Walter Stabosz
  • 7,447
  • 5
  • 43
  • 75
0

I have got recently VS2017 stucked on start up . so I did this and worked for me : 1 - start cmd as admin : run the following:

cd "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE" devenv.exe /SafeMode

2- once VS is started , go to Tools => Extentions and Updates : then uninstall all plug-ins that installed recently ( notice the installed date ) and unnecessary ones)

0

This helped me: I deleted all SDK, JDK & JRE folders that had been rooted in VS settings before. After that I used devenv.exe /ResetUserData and devenv.exe /ResetSettings.

Worked for me on Visual Studio 2015.

Kamran
  • 782
  • 10
  • 35
0

This is becuase of rendering IDE UI try this hope it will resolve

1- Open "Visual Studio"

2- Select "Options" from the top menu

3- Navigate to "Environment => General"

4- Unchecked "Optimize rendering for screens with different pixel densities"

5- Restart visual studio

Haseeb
  • 746
  • 7
  • 22