C# Manifest Files

Asked By William Thompson
14-Jan-08 11:59 AM
Earn up to 0 extra points for answering this tough question.
Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?

  What kind of manifest?

Peter Bromberg replied to William Thompson
14-Jan-08 03:02 PM
There are manifests that are embedded in an assembly, and external manifests that an executable reads when it starts up. There are manifests for ClickOnce, and manifests for security directives. Tell us what you want.

  Reply to what kind of manifest

William Thompson replied to Peter Bromberg
30-Jan-08 05:24 PM

At this point, I would like to try each of these of these, because the process I am using right now is not working.

I have a manifest file that is an ascii file that is required in order for a COM object to run with an executable.

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

But this technique might be the right one.

Create New Account