manifest authoring error c1010001: Values of attribute "name" not equal in different manifest snippets.
问题在哪里呢 ?谢谢~~~

解决方案 »

  1.   

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
    <assemblyIdentity 
        version="1.0.0.0" 
        processorArchitecture="X86" 
        name="Microsoft.Windows.SGFYAuto"
        type="win32" 
    /> 
    <description>在此说明应用程序</description> 
    <dependency> 
        <dependentAssembly> 
            <assemblyIdentity 
                type="win32" 
                name="Microsoft.Windows.Common-Controls" 
                version="6.0.0.0" 
                processorArchitecture="X86" 
                publicKeyToken="6595b64144ccf1df" 
                language="*" 
            /> 
        </dependentAssembly> 
    </dependency> 
    </assembly>工程名 SGFYAuto
    清单文件名 SGFYAuto.manifest这个工程是vs2003 转过来的vs2008