Visual Studio 2008 Window layout annoyance - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T21:43:02Zhttp://stackoverflow.com/feeds/question/9601http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance2Visual Studio 2008 Window layout annoyanceDave Beer2008-08-13T09:24:10Z2009-03-02T21:26:12Z
<p>I'm having a weird issue with Visual Studio 2008. Every time I fire it up, the solution explorer is about an inch wide. It's like it can't remember it's layout settings.</p>
<p>Every un-docked window is in the position I place it. But if I dock a window, it's position is saved, but it's size will be reset to very-narrow (around an inch) when I load.</p>
<p>I've never come across this before and it's pretty annoying. Any ideas?</p>
<p>The things I've tried:</p>
<ul>
<li>Saving, then reloading settings via Import/Export.</li>
<li>Resetting all environment settings via Import/Export.</li>
<li>Window -> Reset Window layout.</li>
<li>Comination of rebooting after changing the above.</li>
<li>Installed SP1. No improvement</li>
</ul>
<p>none of which changed the behaviour of docked windows. (Also, definitely no other instances running..)</p>
<p>I do run two monitors, but I've had this setup on three different workstations and this is the first time I've come across it.</p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/9610#96101Answer by John for Visual Studio 2008 Window layout annoyanceJohn2008-08-13T09:35:07Z2008-08-13T09:35:07Z<p>Maybe you're closing Visual Studio while some other instance is still alive. The settings of the last instance that is closed is the one that will be applied.</p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/9623#96232Answer by Ali Parr for Visual Studio 2008 Window layout annoyanceAli Parr2008-08-13T09:51:21Z2008-08-13T09:51:21Z<p>I occasionally get this bug, and others related to layout/fonts/colouring etc. A little trick I've found is use the Tools -> Import and Export Settings, export your current settings once you've got everything setup as you like, then close and reopen Visual Studio and import. Hopefully that'll sort you out.</p>
<p>In 2005 there were some little bugs with viewing Project/Solution property panels when the Solution Explorer wasn't in its default position, docked on the left of the screen - I don't know if that's changed in VS2008, but you might want to put it back there and see.</p>
<p>Now, when are we going to get decent MultiMonitor support?!</p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/9630#96301Answer by Eric Minkes for Visual Studio 2008 Window layout annoyanceEric Minkes2008-08-13T10:04:49Z2008-08-13T10:04:49Z<p>I had the same problem. It turned out that if the VS window was non-maximized, it was really
small. So after making the non-maximized wider, the problem disappeared.</p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/456980#4569800Answer by ice_demon for Visual Studio 2008 Window layout annoyanceice_demon2009-01-19T09:14:30Z2009-01-19T09:14:30Z<p>Thanx for the answer Ali Parr. However, i did export and import. It didn't work.</p>
<p>Toolbox is opened very narrow every time i start up the VS2009. It pisses me off </p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/603869#6038690Answer by vitaminjeff for Visual Studio 2008 Window layout annoyancevitaminjeff2009-03-02T20:27:38Z2009-03-02T20:27:38Z<p>Thanks for this thread! I was having a "VS2008 IDE has encountered an error and needs MOAR coffee now!" error whenever I would dock my solution explorer on the opposite side panel and close. This got me back to zen.</p>
<p>In VS2008:
"Tools" > "Import and Export Settings..." > (Import and Export Settings Wizard) "Reset all settings" > (navigate through the rest of the wizard.)</p>
http://stackoverflow.com/questions/9601/visual-studio-2008-window-layout-annoyance/604065#6040650Answer by Anne for Visual Studio 2008 Window layout annoyanceAnne2009-03-02T21:26:12Z2009-03-02T21:26:12Z<p><a href="http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/84710#84710">http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/84710#84710</a></p>