I am getting this warning after adding trustInfo for TEST CASE #1
manifest authoring warning 81010002: Unrecognized Element "requestedPrivileges" in namespace "urn:schemas-microsoft-com:asm.v3".
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

manifest authoring warning 81010002: Unrecognized Element "requestedPrivileges"
steve13
Thanks donelder! that fixes the problem.
Eran Kampf
jsad923f
The mt.exe mosted voted most likel to not have this problem is
"..version 5.2.3790.2075 dated 10/19/2006..."
I haven't personally verified this.
FC-Shiro
Hi Bruce / Rex,
Using mt.exe is preffered. Becuase it gives you more control over manifest. There is a problem of duplicate namespaces, when you create manidest from within Visual Studio 2005. You can read more about manifest issues on Chris's blog.
the link is here:
http://blogs.msdn.com/cjacks/search.aspx q=manifest&p=1
Hope this helps.
Regards,
Sandeep Joshi
akeiii
Markl1955
How are you putting the manifest info into the exe
This might be related to your problem:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=258108
I've also heard another workaround solution is to explicitly add version tags into the trustinfo section of the manifest.
You can also put the manifest directly into the EXE at compile time with Visual Studio. C++ it's really easy to add the manifest, C# requires quite a few steps to get it in there.
mcaine
I am still getting the same error with version 6.0.4071.0
I verified MT.exe is version 6.0.4071.0 in the following directories:
C:\Program Files\Microsoft Visual Studio 8\VC\bin
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin
hazz
Thanks Bruce.
I am simply using the "Manifest Tool->Additional Manifest Files" from Visual Studio 2005.
BTW, I have the SP1 installed.
I am not sure I understand the information from the link.
Are we supposed to use the mt.exe from Vista SDK