SgDotNet
Singapore Professional .NET User Group -For Cool Developers

C# Manifest File

Latest post 01-22-2008 12:48 PM by xarzu. 1 replies.
  • 01-15-2008 2:32 AM

    • xarzu
    • Top 150 Contributor
    • Joined on 10-03-2007
    • Posts 12

    C# Manifest File

    Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?
  • 01-22-2008 12:48 PM In reply to

    • xarzu
    • Top 150 Contributor
    • Joined on 10-03-2007
    • Posts 12

    Re: C# Manifest File

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

    How do I declare a manifest file in the Visual Studio IDE for C# so that I can debug the resulting code?

    I have been able to add the manifest file, to the exe after I have built the program.  But then, when I try to debug my C# code, the program crashes at the point where a function call is made that is used by the DLL that the manifest file calls.

    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.

    ========
    I hear some talk about the vshost.  How does this work?  Do I just rename
    the manifest file as vshost and put it in as a resource?


    ========

    Also, what is the Click Once Install method?

     

Page 1 of 1 (2 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems