Jump to content

Pushapjit

Newbies
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Pushapjit

  1. We are using paint.NET source code. The version No is pdn_src_3_01.

    we are trying to build the code using Visual Studio 2008. But our compilation process failed with following errors:-

    Error	724	The command "@rem Embed manifest
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\SetupNgen\bin\Debug\SetupNgen.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\requireAdministrator.xml"
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\SetupNgen\obj\Debug\SetupNgen.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\requireAdministrator.xml"
    
    @rem Sign
    rem call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\signfile.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\SetupNgen\obj\Debug\SetupNgen.exe"
    rem call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\signfile.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\SetupNgen\bin\Debug\SetupNgen.exe"
    " exited with code 1.	SetupNgen
    
    
    Error	725	The command "@rem Embed manifest
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\WiaProxy32\bin\Debug\WiaProxy32.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\asInvoker.xml"
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\WiaProxy32\obj\x86\Debug\WiaProxy32.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\asInvoker.xml"
    
    @rem Sign
    rem call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\signfile.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\WiaProxy32\obj\x86\Debug\WiaProxy32.exe"
    rem call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\signfile.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\WiaProxy32\bin\Debug\WiaProxy32.exe"
    " exited with code 1.	WiaProxy32
    
    
    Error	726	The command "@rem Embed manifest
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\UpdateMonitor\bin\Debug\UpdateMonitor.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\asInvoker.xml"
    call "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\embedManifest.bat" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\UpdateMonitor\obj\Debug\UpdateMonitor.exe" "C:\Documents and Settings\Jatinder Jain\Desktop\pdn_src_3_01\pdn_src_3_01\src\Manifests\asInvoker.xml"
    " exited with code 1.	UpdateMonitor
    
    

×
×
  • Create New...