我的应用程序使用ClickOnce tehcnology.今天我需要以管理员身份运行它.我修改了清单文件
<requestedExecutionLevel level="asInvoker" uiAccess="false" />@H_403_4@至
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />@H_403_4@但VS无法编译项目:
@H_403_4@Error 35 ClickOnce does not support the request execution level ‘requireAdministrator’.@H_403_4@我认为不可能立即使用它们.不是吗我需要更改系统时间,我可以在应用程序级别吗?我可以效仿它,所以应用程序.可以做我想要的我改变时间2小时,然后放回一秒钟.我有几个dll,他们要求时间.