Visual Studio 2008 - Why do my windows keep rearranging themselves? - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T03:42:22Zhttp://stackoverflow.com/feeds/question/544697http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves0Visual Studio 2008 - Why do my windows keep rearranging themselves?nailitdown2009-02-13T04:16:04Z2009-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#5447430Answer by tsilb for Visual Studio 2008 - Why do my windows keep rearranging themselves?tsilb2009-02-13T04:34:14Z2009-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#5447470Answer by James for Visual Studio 2008 - Why do my windows keep rearranging themselves?James2009-02-13T04:38:42Z2009-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#5534080Answer by TreeUK for Visual Studio 2008 - Why do my windows keep rearranging themselves?TreeUK2009-02-16T14:07:45Z2009-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#5537220Answer by Marc Bernier for Visual Studio 2008 - Why do my windows keep rearranging themselves?Marc Bernier2009-02-16T15:41:07Z2009-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#10830970Answer by Jim for Visual Studio 2008 - Why do my windows keep rearranging themselves?Jim2009-07-04T22:37:50Z2009-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#10831081Answer by Arjan Einbu for Visual Studio 2008 - Why do my windows keep rearranging themselves?Arjan Einbu2009-07-04T22:42:19Z2009-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>