• Sign in
 
  •  
  • MSDN Blogs
  • Microsoft Blog Images
  • More ...
Common Tasks
  • Blog Home
  • Email Blog Author
  • RSS for comments
  • RSS for posts
Search
Tags
  • .NET Framework
  • Ajax/Javascript
  • ARR
  • ASP.NET
  • CLR
  • Cool stuff
  • DataAccess
  • Debugging/Windbg
  • Hotfix/Service Pack
  • IDEVDataCollector
  • IIS
  • Internet Explorer
  • Italian techs
  • LogParser
  • OT
  • Personal
  • Productivity
  • Random
  • Scripting/ASP
  • Security
  • Technology
  • Tools
  • Troubleshooting
  • Vista/Longhorn
  • Visual Studio
Archives
Archives
  • January 2013 (2)
  • November 2010 (1)
  • October 2010 (1)
  • July 2010 (2)
  • April 2010 (1)
  • March 2010 (2)
  • February 2010 (2)
  • January 2010 (1)
  • October 2009 (2)
  • September 2009 (2)
  • August 2009 (1)
  • July 2009 (5)
  • June 2009 (1)
  • May 2009 (1)
  • April 2009 (3)
  • March 2009 (3)
  • February 2009 (5)
  • January 2009 (3)
  • December 2008 (5)
  • November 2008 (3)
  • October 2008 (2)
  • September 2008 (3)
  • August 2008 (3)
  • July 2008 (3)
  • June 2008 (5)
  • May 2008 (4)
  • April 2008 (8)
  • March 2008 (4)
  • February 2008 (5)
  • January 2008 (2)
  • December 2007 (4)
  • November 2007 (6)
  • October 2007 (6)
  • September 2007 (8)
  • August 2007 (6)
  • July 2007 (7)
  • June 2007 (10)
  • May 2007 (9)
  • April 2007 (12)
  • March 2007 (8)
  • February 2007 (5)
  • January 2007 (3)
  • December 2006 (1)
  • November 2006 (4)
  • October 2006 (2)
  • September 2006 (9)
  • August 2006 (2)
  • July 2006 (1)

If Visual Studio takes ages to load...

MSDN Blogs > Never doubt thy debugger > If Visual Studio takes ages to load...

If Visual Studio takes ages to load...

Carlo Cardella
8 Apr 2007 12:42 PM
  • Comments 5

... it might be that you opened a project/solution from a network share which is no longer available, or that is slow to refresh etc... I had this problem myself with Visual Studio .NET 2003 (not Visual Studio 2005 so far, so I'm not sure if this is also affected or not), and took a while to figure out what the problem was.

Procmon and some patience to go through the log pointed me to an interesting registry key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList (the same key exists for VS 2005, but it's under *VisualStudio\8.0\ProjectMRUList). This key contains the path of the last 20 solutions I opened/created; what's interesting is that by default Visual Studio does not show all the recent solutions opened (in File menu or in the Start Page) but just the last 6 (I usually change this value to 10), but despite that it reads all the values and (I guess) verify if the solution is still available, thus the delay...

To solve my problem I simply deleted the values pointing to a solution from a network share et voilà, Visual Studio was loading at the usual (reasonable) speed.

 

Cheers

  • 5 Comments
Visual Studio
Leave a Comment
  • Please add 6 and 4 and type the answer here:
  • Post
Comments
  • wiredcoder
    13 Apr 2007 4:15 PM

    I use Yellow Cup's MRU Cleaner rather than directly editing the registry. So far I've had no problems with it.

    Here's a link...

    http://www.csharper.net/blog/mru_cleaner_1_0_0_4___vista_ready_and_stupid_dope.aspx

  • Carlo Cardella
    13 Apr 2007 4:23 PM

    Seems interesting... I'll give it a try, thanks for the hint :-)

  • Tevildo
    12 Aug 2009 4:59 AM

    If you find that this does not work, check the other MRU registry entries under visual studio - I was still having long load times on projects after visual studio loaded (small projects too...) - it was the MRU list for the web service references. In VisualStudio\<version>\ServiceReferences\MRUList

  • Jake - Leeds (UK)
    24 Dec 2011 2:36 AM

    You guys are the nuts. Thank you thank you. Such a simple fix that I would never have discovered without the WWW.

    Happy xmas :)

  • Sylvielmna
    12 Apr 2013 8:51 PM

    Thank you so much! I also had to wait for 30 seconds every time I stopped debugging. This fixed my problem.

Page 1 of 1 (5 items)
  • © 2013 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy & Cookies
  • Report Abuse
  • 5.6.426.415