Debug process <program>.vshost.exe UAC issue
Basically foo.vshost.exe doesn't honor the requestedExecutionLevel for the application. Making debugging virtualization issues, uh, difficult to say the least. I set my app to "requireAdministrator" but the VSHOST.exe process is getting virtualization enabled. Argh! Yes I know about turning off debugging via the hosting process but people are going to run into this and not realize what is happening until they've wasted precious time.

