Visual Studio Solution Explorer Locks Up - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T01:46:19Zhttp://stackoverflow.com/feeds/question/227230http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up2Visual Studio Solution Explorer Locks UpWes P2008-10-22T19:35:24Z2009-08-06T21:52:17Z
<p>I have an issue with Visual Studio 2005 w/ TFS where, from time to time, the Solution Explorer will stop responding to interaction. Instead it does the beep, like I'm trying to click on a parent window with a modal dialog visible, but there isn't one. The only thing I've found to do so far, is to restart VS, but that's kind of a pain because our solution is rather large. And it's not even a guarantee... it might happen again when I load the solution.</p>
<p>I was curious if anyone else has had this problem and knows of a better solution that restarting VS until it goes away.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/227278#2272781Answer by Nick Berardi for Visual Studio Solution Explorer Locks UpNick Berardi2008-10-22T19:48:17Z2008-10-22T19:48:17Z<p>Yes this was a common problem in Visual Studio 2005, a background thread would like Visual Studio and no let anything happen. Then a little icon would should up in the status bar that basically said "Visual Studio is Working Be patient." This happened to me whenever I started the document explorer for the first time.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/227315#2273151Answer by ChalkTrauma for Visual Studio Solution Explorer Locks UpChalkTrauma2008-10-22T19:58:27Z2008-10-22T19:58:27Z<p>I have had problems like this with different parts of VS 2005, but they had more to do with network drives that were no longer accessible and IntelliSense refreshing.</p>
<p>I made sure to unmount any unused network drives and disable IntelliSense since I'm using Visual Assist anyway using this method:</p>
<p><a href="http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5550" rel="nofollow">http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5550</a></p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/227647#2276470Answer by just in case for Visual Studio Solution Explorer Locks Upjust in case2008-10-22T21:42:39Z2008-10-25T08:28:20Z<p>Try unbinding your solution from source control. You can use the command line TFS tool ("tf") to do the same actions and it should prevent VS from freezing up due to high latency connections / drops, to TFS.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/236066#2360660Answer by thijs for Visual Studio Solution Explorer Locks Upthijs2008-10-25T07:48:21Z2008-10-25T07:48:21Z<p>Also, a very large document store will slow down the Team Explorer significantly.. <em>sigh</em></p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/251756#2517563Answer by Grant Holliday for Visual Studio Solution Explorer Locks UpGrant Holliday2008-10-30T20:59:51Z2008-10-30T20:59:51Z<p>In Visual Studio 2005, the modal dialogs that pop up remember their position relative to 0,0 on the Windows virtual desktop. If you change your multimon configuration, for example removing a monitor, and the popup dialog restores itself to a position that no longer is a visible part of the virtual desktop, you can have a modal dialog existing off screen. If you enter this situation again, try hitting alt-spacebar to pull down the System menu of the window, and then press M for move. Then press one of the arrow keys and the dialog's position will then bind itself to the mouse. You can then bring the modal dialog back on screen.</p>
<p>This bug was fixed in VS 2008 SP1.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/484931#4849310Answer by Rick for Visual Studio Solution Explorer Locks UpRick2009-01-27T19:47:55Z2009-01-27T19:47:55Z<p>I have this exact problem with VS 2008 only AFTER installing SP1. Ugh. And it happens not infrequently and there seems to be no direct cause. </p>
<p>Has anyone experience this on VS 2008 sp 1 and have any suggestions?</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/504928#5049280Answer by Gernby for Visual Studio Solution Explorer Locks UpGernby2009-02-02T21:12:25Z2009-02-02T21:12:25Z<p>I just had this happen for the first time today, and I have VS2008 with SP1. Quite frustrating...</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/505041#5050410Answer by Gernby for Visual Studio Solution Explorer Locks UpGernby2009-02-02T21:33:43Z2009-02-02T21:33:43Z<p>BTW, I tried ALT-SPACE then 'M' to move the hidden dialog, but it just makes the same "Default Beep" sound as soon as I click ALT-SPACE. It seems that there is no "System Menu" for the dialog box that VS thinks is being displayed. I've tried restarting VS, and even rebooting the PC, but I still can't get VS 2008 SP1 to let me click anything. I do have dual monitors, but I have moved the relative position of my secondary monitor (in the display properties window of control panel) trying to find the dialog box.</p>
<p>I have no idea how to regain access to my VS Solution ... :(</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/739054#7390540Answer by David Liddle for Visual Studio Solution Explorer Locks UpDavid Liddle2009-04-10T22:22:52Z2009-04-10T22:22:52Z<p>My Visual Studio 2008 would lock up every time I was entering the Designer mode editing an aspx file.</p>
<p>My solution was to reinstall .net 3.5 with sp1 and it seemed to solve the problem.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/852076#8520761Answer by Rinat Abdullin for Visual Studio Solution Explorer Locks UpRinat Abdullin2009-05-12T10:12:08Z2009-05-12T10:12:08Z<p>If VS Editor lockdown is accompanied by creation of <strong>Setup.exe</strong> process that never finishes (visible in the task manager), then this is an issue with Microsoft Office 2007 components.</p>
<p>The solution that has worked for me - reinstalling Microsoft Office 2007. <a href="http://abdullin.com/journal/2009/5/12/visual-studio-2008-locks-or-freezes-in-aspx.html" rel="nofollow">More details</a>.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/1200750#12007500Answer by skawful for Visual Studio Solution Explorer Locks Upskawful2009-07-29T14:38:40Z2009-07-29T14:38:40Z<p>I had this same problem with Visual Studio 2008 (and specifically after installing MVC framework). My resolution was to install the .Net 3.5 SP1 Family update, reinstall Visual Studio through add/remove, and reinstall MVC framework... hopefully that helps someone - because the issue was really ANNOYING.</p>
http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up/1241734#12417340Answer by Bert Huijben for Visual Studio Solution Explorer Locks UpBert Huijben2009-08-06T21:52:17Z2009-08-06T21:52:17Z<p>If solutions start behaving badly one of the first things I would try is if deleting the .suo file helps. This file contains information about the current designer and Window state (and more).</p>
<p>Deleting this allows reopening the solution just like when it was just checked out from source control, without designer crashes etc.</p>
<p>If you have some add-in problems, running 'devenv.exe /resetskippkgs' might help. (This re-enables add-ins that have been disabled after previous errors)</p>