I have written two programs that need to use an exe.manifest file, when I attempt to run the either of the applications it says that it cannot start because the application configuration is incorrect. I will post below and hopefully someone knows what to do with it.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity 
        version="1.1.0.7" 
        processorArchitecture="X86" 
        name="TTPGUIinst.exe" 
        type="win32" />
    <description>GUI Installer for Time Tracker Pro.</description>
    <dependency>
        <dependentAssembly>
            <assemblyIdentity 
                type="win32" 
                name="Microsoft.Windows.Common-Controls" 
                version="6.0.0.0" 
                processorArchitecture="X86" 
                publicKeyToken="6595b64144ccf1df" 
                language="*" />
        </dependentAssembly>
    </dependency>
</assembly>

if there is an issue here, than the issue in the other one is the same.

Thanks in advance

Jesse Fender

I answered my own question... Mods please remove if yo get a chance this issue lied in my not adding the newest version of the applications... it was confused, and i am embarrassed...

Thanks though

Jesse Fender

Hi jesse,
I am very sorry if you mind with my question but i'm very new to .NET.

Anyways, I just want to know how do you resolve your issue because I am getting the same error when I try to use the .exe file which is there in window server 2003 to window server 2008 enterprise.

I need your help badly.

Thanks in advance,
Ranjita

Well Ranjita, I am not useing dot net at all so I really cant help you.... Try posting in the .net forums...

Jesse Fender

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.