Visual Studio Solution Explorer Locks Up - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T01:46:19Z http://stackoverflow.com/feeds/question/227230 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/227230/visual-studio-solution-explorer-locks-up 2 Visual Studio Solution Explorer Locks Up Wes P 2008-10-22T19:35:24Z 2009-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#227278 1 Answer by Nick Berardi for Visual Studio Solution Explorer Locks Up Nick Berardi 2008-10-22T19:48:17Z 2008-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#227315 1 Answer by ChalkTrauma for Visual Studio Solution Explorer Locks Up ChalkTrauma 2008-10-22T19:58:27Z 2008-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#227647 0 Answer by just in case for Visual Studio Solution Explorer Locks Up just in case 2008-10-22T21:42:39Z 2008-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#236066 0 Answer by thijs for Visual Studio Solution Explorer Locks Up thijs 2008-10-25T07:48:21Z 2008-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#251756 3 Answer by Grant Holliday for Visual Studio Solution Explorer Locks Up Grant Holliday 2008-10-30T20:59:51Z 2008-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#484931 0 Answer by Rick for Visual Studio Solution Explorer Locks Up Rick 2009-01-27T19:47:55Z 2009-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#504928 0 Answer by Gernby for Visual Studio Solution Explorer Locks Up Gernby 2009-02-02T21:12:25Z 2009-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#505041 0 Answer by Gernby for Visual Studio Solution Explorer Locks Up Gernby 2009-02-02T21:33:43Z 2009-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#739054 0 Answer by David Liddle for Visual Studio Solution Explorer Locks Up David Liddle 2009-04-10T22:22:52Z 2009-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#852076 1 Answer by Rinat Abdullin for Visual Studio Solution Explorer Locks Up Rinat Abdullin 2009-05-12T10:12:08Z 2009-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#1200750 0 Answer by skawful for Visual Studio Solution Explorer Locks Up skawful 2009-07-29T14:38:40Z 2009-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#1241734 0 Answer by Bert Huijben for Visual Studio Solution Explorer Locks Up Bert Huijben 2009-08-06T21:52:17Z 2009-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>