in Search
     
Latest post 01-21-2008 11:58 AM by Xarzu. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 01-21-2008 12:33 AM

    • Xarzu
    • Top 200 Contributor
    • Joined on 01-21-2008
    • Posts 4
    • Points 35

    Getting a C# program with a manifest file to run in the debugger

     Getting a C# program with a manifest file to run in the debugger
    ----------------------------------------------------------------

    Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?

    I tried the first in the "How to embed a manifest in an assembly: let me count the ways..." (http://blogs.msdn.com/cheller/archive/2006/08/24/how-to-embed-a-manifest-in-an-assembly-let-me-count-the-ways.aspx) link and it failed to produce an executable that I could step through the IDE debugger.  And I followed the steps carefully and I had no build errors.

    I followed the steps outlined here for including a manifest file:
    http://support.microsoft.com/kb/944276

    The executable runs from the command line after I include the manifest file.  But when I open up the debugger and try to run the program through the IDE, it has the same problem as if it does not recognize the manifest file linked to it.

    The way I link the manifest file to the executable is by first building the executable and then I close the project.  Then I open the executable as a separate file and then I attach the manifest file as a resource to the executable.

    The executable can run then, by running it from an explorer window (command line) but if I open the project again, it will not work.

    I got the execuatable produced in the "let me count the ways" to work the same way.  But I need to step through the code.


    • Post Points: 5
  • 01-21-2008 11:58 AM In reply to

    • Xarzu
    • Top 200 Contributor
    • Joined on 01-21-2008
    • Posts 4
    • Points 35

    Re: Getting a C# program with a manifest file to run in the debugger

    How do I include a manifest file in debug mode? That is all I am asking.

    • Post Points: 5
Page 1 of 1 (2 items)