CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
在Manifest中加上下面内容即可:
       <asmv3:trustInfo xmlns:asmv3=""urn:schemas-microsoft-com:asm.v3"">
         <asmv3:security>
           <asmv3:requestedPrivileges>
             <asmv3:requestedExecutionLevel
               level=""asInvoker""
               uiAccess=""false"" />
           </asmv3:requestedPrivileges>
         </asmv3:security>
       </asmv3:trustInfo>


Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1571357