Running Visual Studio 2003 on Windows Server 2003 (not configured as a terminal server), most of the time that I try to use the debugger, I completely lose control of the session. I end up having to log in to another open session and kill devenv.exe before I can recover. This is usually on winforms apps, not web sites or console apps.

Any idea what's causing this?

link|improve this question

73% accept rate
Are you connecting normally or to the console session? (using /console or /admin switch) – William Hilsum Jul 30 '09 at 4:10
Does not make a difference, we connect usually without /console but sometimes we use it (if there are no sessions left). – Kyle Hodgson Jul 30 '09 at 9:51
feedback

1 Answer

I have seen this behaviour as well, but my problem came from:

highlighting text, and moving it with the mouse + left button click

The RD session would freeze for about 2 minutes. I would silently sit in my pool of WTF for that time, and then proceed to forget about the issue. About 2 minutes later, bam, same problem, same cause.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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