Re: Linker Warning in manifest file

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have recently added the following lines to the manifest file:

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false'/>
</requestedPrivileges>
</security>
</trustInfo>

I get the following linker warning:
manifest authoring warning 81010002: Unrecognized Element
"requestedPrivileges" in namespace "urn:schemas-microsoft-com:asm.v3".

Although it doesn't appear to cause a problem it is annoying. I also
see this even with the VS2005 SP1 beta. I can't see any reference to
this on the connect feedback site, so I suggest that you submit a bug
report on it here.

http://connect.microsoft.com/feedback/default.aspx?SiteID=210

Post a link back to your bug report and I'll validate it.

Dave
.