Re: FUSION error
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Thu, 20 Mar 2008 14:15:35 +0300
I never validated the manifest besides of testing it, I just included it to
the .RC file and did nothing else.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Theo Landman" <tlandman_NO_SPAM@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23y0ZEFniIHA.5152@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I'm trying to compile a console application that should run on various
Windows OSs including Vista for x64. Because of Vista I need to embed a
manifest file. However using the build tool with the DDK 3790.1830 I get
an error
2>NMAKE : U1234: 'FUSION_MANIFEST_VALIDATOR' :
objfre_wnet_AMD64\amd64\regpmc.m
an(11) - Element content is invalid according to the DTD/Schema.
The manifest I try to embed is as follows
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version=SXS_ASSEMBLY_VERSION
processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
name=SXS_ASSEMBLY_NAME
type="win32"
/>
<description>Port Monitor registration command line tool</description>
<asmv2:trustInfo xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<asmv2:security>
<asmv2:requestedPrivileges>
<asmv2:requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</asmv2:requestedPrivileges>
</asmv2:security>
</asmv2:trustInfo>
</assembly>
The problem seems to be that the validator doesn't accept the asmv2
construction. I tried to work around this by declaring the whole
assembly urn:schemas-microsoft-com:asm.v2 but this causes x64 executable
to run under Windows XP x64. Is there anyway around this?
Kind regards,
Theo
.
- Follow-Ups:
- Re: FUSION error
- From: Theo Landman
- Re: FUSION error
- References:
- FUSION error
- From: Theo Landman
- FUSION error
- Prev by Date: Re: Query On IoCreateDevice ???
- Next by Date: Re: Query On IoCreateDevice ???
- Previous by thread: FUSION error
- Next by thread: Re: FUSION error
- Index(es):
Relevant Pages
|