本文介绍了调试过程< program> .vshost.exe UAC问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

基本上foo.vshost.exe不支持应用程序的requestExecutionLevel.至少很难说调试虚拟化问题.我将我的应用设置为"requireAdministrator",但是VSHOST.exe进程正在启用虚拟化.啊!是的,我知道要通过托管过程关闭调试,但是人们会遇到这种情况,直到浪费了宝贵的时间才意识到发生了什么.

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.

推荐答案


这篇关于调试过程< program> .vshost.exe UAC问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 13:09