VS windows get rearranged by program!

VicJ

Well-known member
Joined
Aug 12, 2008
Messages
79
Programming Experience
5-10
I'm using VB.Net on VS2008 Express. I had Visual Studio nicely set up the way I like them: Solution Explorer, Document Outline, Toolbox and a few other things with bottom tabs on the left.

Now when I run any program, a stack of 6 square windows opens up behind my form: Autos, Data Sources, Locals, Call Stack, Watch and Properties. I have to close them all before my program will close. And then my preferred layout has vanished. I can't find any Visual Studio settings that seem to affect this, but maybe I don't know my way around it well enough. Can anyone advise me how to get things back to normal?

regards, Vic
 
Resolved. Since the behaviour was paradoxical (windows refusing to close) it was clear that I had to reinstall VS. So I did, and it worked.
 
Back
Top