1. 打開Propertity,勾選 Enable click once security setting...
開啟 Properity setting 設(shè)置
? ? ? ? ? ? ? ? ? ? ? ? ? ? 構(gòu)建并保存一下...
2. 展開Properties并打開app.mainifest....
? ? ? 改:?<requestedExecutionLevel ?level="asInvoker" uiAccess="false" />
? ? ? 為: <requestedExecutionLevel ?level="requireAdministrator" uiAccess="false" />
設(shè)置 requestedExecutionLevel 屬性
3.? 去掉勾選 Enable click once security setting...
? ? ? ? ? ? ? ? ? ?構(gòu)建工程,大功告成!