Answer by Jimmy F for Visual Studio 2010 annoyingly opens documents in wrong...
I had the same problem with Visual Studio 2019.The confirm, the solution that worked for me was to follow both Josh's answer and kalmiya's answer:Window -> Close All DocumentsWindow -> Reset...
View ArticleAnswer by kalmiya for Visual Studio 2010 annoyingly opens documents in wrong...
Another solution - avoiding "Reset Layout" - is to reposition the windows in "area 2" (usually breakpoints/watch/debug-output) making sure you drag them to the circled "bottom-most" of the...
View ArticleAnswer by NelsonRoberts for Visual Studio 2010 annoyingly opens documents in...
I had the same problem with Visual Studio. Plus my explorer window kept disappearing all the time and had to go to view and launch both properties and explorer window again. Solution:Go to Window Then...
View ArticleAnswer by Torben Junker Kjær for Visual Studio 2010 annoyingly opens...
I have this problem too.I tried Josh's solution, and it worked. Actually it might be even simpler, it might be enough to just do Window -> Reset Window layout. But I can't test that since I don't...
View ArticleAnswer by Josh for Visual Studio 2010 annoyingly opens documents in wrong MDI...
Did you perhaps use the "New Horizontal Tab Group" command to split #1 into #1 and #2, then move your errors window into that?I would just try resetting the window layout and see if that fixes...
View ArticleVisual Studio 2010 annoyingly opens documents in wrong MDI pane
Visual Studio's MDI is currently causing me a lot of frustration. Here is my basic layout:+--------------+---+| | || 1 | || | || | 3 |+--------------+ || 2 | |+--------------+---+Pretty standard - I...
View Article