标签: c# process
当我使用以下声明时:
Process.EnterDebugMode()
我的程序抛出异常:
Not all privileges or groups referenced are assigned to the caller
我假设(并且从此处阅读)它与管理员权限有关,但是,我是管理员帐户(唯一的),尝试以管理员身份运行,关闭防火墙,我做了什么,但是,似乎并没有起作用。我不确定为什么。它突然发生了,以前曾经工作过。
有谁知道其他原因是什么?感谢。