vote up 3 vote down star
2

When I start debugging the project we are currently working on, the program window is not given proper focus in windows but is stacked behind the Visual Studio window. I don't think this problem occurs on any of my team members computers, so it looks like it's a problem on my system.

Is there a setting in VS2008 for always on top or something like that? I can't seem to find one...

Any idea what could be causing this? Visual Studio? The program code?

I know this is sort of a vague issue but I'll concider adding more detail if no one recognizes the problem.

EDIT: I am using Visual Studio 2008 with ReSharper, GhostDoc and Resource Refactoring Tool.

EDIT: I've looked through every single option I can find in VS and I can not find anything that would explain this behaviour.

EDIT: I am running this on a dual monitor setup Lenovo Thinkpad Tseries laptop. The monitors are connected through a docking station. Monitor 1 is connected with a DVI cable and monitor 2 is connected vith a VGA cable.

flag

I also see this from time to time. CodeRush? TeamCity? – Ruben Bartelink Mar 18 at 15:38
None of the above... – Sakkle Mar 18 at 15:42
TC has some Resharper bits, but prob nnothing to do with it... – Ruben Bartelink Mar 19 at 8:04
1  
Is it possible that VS is being launched from a TopMost window? – Greg D May 5 at 11:54
1  
It's possible for a process' main window to inherit the TopMost property if there's other poorly-behaved software on the system. E.g., I've had my IM client pop open a new window with a NULL parent while a topmost splash screen was displayed. Windows assumed the splash was the parent window, and suddenly the IM client window was a topmost window. (Task Manager is another example of a topmost window) – Greg D May 5 at 19:57
show 2 more comments

2 Answers

vote up 1 vote down

No solution, but maybe an observation: I got this from time to time too with WinForms applications debugging on a machine with dual monitor enabled. Thinking about it, I never tried turning one monitor off and at my new work we do not create WinForms applications. With Webforms starting a new browser I never had this problem (yet).

link|flag
I am running dual monitors as well... will look into this. Didn't occur to me that this could be related. Thanks :) – Sakkle Mar 25 at 9:29
vote up 1 vote down check

This is just a theory, but after I recently upgraded to ReSharper 4.5 this problem looks to be resolved. It could be a coincidence but I'm inclined to think it isn't... :P

link|flag
1  
I had the same problem with same solution. – Ray May 6 at 22:56
Oh... exelent. Guess that confirms it :) – Sakkle May 7 at 7:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.