CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Posts
    2

    Unhappy unable to execute a program..plz help

    1>------ Build started: Project: right shift, Configuration: Debug Win32 ------
    1>Embedding manifest...
    1>Microsoft (R) Manifest Tool version 5.2.3790.2075
    1>Copyright (c) Microsoft Corporation 2005.
    1>All rights reserved.
    1>.\Debug\right shift.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
    1>Build log was saved at "file://c:\Users\arslion\Documents\Visual Studio 2008\Projects\right shift\right shift\Debug\BuildLog.htm"
    1>right shift - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    getting this error when compiling my program using visual studio 2008..

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: unable to execute a program..plz help

    It might be failing because your exe file name has a space in it.

  3. #3
    Join Date
    Feb 2010
    Posts
    2

    Re: unable to execute a program..plz help

    thanks that works

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured