Hmm, it sounds strange that you hitting this because of that setting. That setting alone shouldn’t be causing it. Basically it causes an exe to be generated that calls your main method. This process stays alive for a VS session – so that you don’t pay the cost of a process launch, it doesn’t do anything other than that.
Does the application that your debugging adding any windows hooks or special keyboard handling? From: [email protected] [mailto:[email protected]] On Behalf Of mike smith Sent: Wednesday, February 15, 2012 5:47 PM To: ozDotNet Subject: Re: vs 2010 keyboard driving me crazy solved. http://msdn.microsoft.com/en-us/library/ms185330(v=vs.80).aspx maybe? there's a link that explains what it does too ... On Thu, Feb 16, 2012 at 12:38 PM, Ian Thomas <[email protected]<mailto:[email protected]>> wrote: Anthony Can you attach a small pic of the setting in VS2010? (I have never experienced your problem, but would like to check if it does occur if I switch). ________________________________ Ian Thomas Victoria Park, Western Australia ________________________________ From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of [email protected]<mailto:[email protected]> Sent: Wednesday, February 15, 2012 8:49 PM To: 'ozDotNet' Subject: vs 2010 keyboard driving me crazy solved. It has been about 3 weeks trying to solve my vs2010 phanton keypress situation. Finally solved the issue, i just had to turn of the uncheck ‘enable the visual studio hosting process’!! Used procmon to find this out....i didn’t try to reinstall vs2010 cause it usually takes me 3 days to reinstall with all the addons etc and thats not fun. Anthony -- Meski http://courteous.ly/aAOZcv "Going to Starbucks for coffee is like going to prison for sex. Sure, you'll get it, but it's going to be rough" - Adam Hills
