Visual Studio 2008 - Why do my windows keep rearranging themselves? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T03:42:22Z http://stackoverflow.com/feeds/question/544697 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves 0 Visual Studio 2008 - Why do my windows keep rearranging themselves? nailitdown 2009-02-13T04:16:04Z 2009-07-04T22:42:19Z <p>Every so often (at least a couple of times a day), my VS2008 windows are rearranging themselves.</p> <p>Team/Solution/Server Explorer - They jump from the right sidebar down to the bottom, or suddenly become free-floating. </p> <p>Same with Errors/Pending Changes/etc. free-floating or suddenly gone, as if they've been closed.</p> <p>It is very strange behaviour. Has anyone else experienced it? Am I doing something silly that would account for this?</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/544743#544743 0 Answer by tsilb for Visual Studio 2008 - Why do my windows keep rearranging themselves? tsilb 2009-02-13T04:34:14Z 2009-02-13T04:34:14Z <p>Does that for me too, generally on multi-monitor systems. See if it does the same thing with your add-ons disabled, and consider switching which of your monitors is Primary. </p> <p>Also, keep track of whether you last closed VS cleanly or ended the task because it was frozen again.</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/544747#544747 0 Answer by James for Visual Studio 2008 - Why do my windows keep rearranging themselves? James 2009-02-13T04:38:42Z 2009-02-13T04:38:42Z <p>Ditto - this randomly happens to me on my dual monitor setup as well. I hope someone has the answer to this.</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/553408#553408 0 Answer by TreeUK for Visual Studio 2008 - Why do my windows keep rearranging themselves? TreeUK 2009-02-16T14:07:45Z 2009-02-17T13:25:13Z <p>Does this happen when opening new solutions? The .suo file contains user settings which I believe includes window locations.</p> <p>For this reason, they shouldn't be checked into source control, as they can override other's settings.</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/553722#553722 0 Answer by Marc Bernier for Visual Studio 2008 - Why do my windows keep rearranging themselves? Marc Bernier 2009-02-16T15:41:07Z 2009-02-16T15:41:07Z <p>I've seen this too. My current project is a web service, and both the client test program and the service projects are both part of the same sln. So, to test, I have the sln open in two VS2008 instances. I always figured this was why it was happening to me.</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/1083097#1083097 0 Answer by Jim for Visual Studio 2008 - Why do my windows keep rearranging themselves? Jim 2009-07-04T22:37:50Z 2009-07-04T22:37:50Z <p>I get this all the time. As far as I know, there isn't a "fix" for it. Your best bet is to export your desired settings and then import them if things are screwed up. </p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves/1083108#1083108 1 Answer by Arjan Einbu for Visual Studio 2008 - Why do my windows keep rearranging themselves? Arjan Einbu 2009-07-04T22:42:19Z 2009-07-04T22:42:19Z <p>This happens to me when I have multiple instances of Visual Studio open at once and make a change. It seems the settings are stored when VS closes, so the last instance to close saves its settings over the others...</p>