Assembly manifest for a plain old Win32

  • Thread starter Thread starter code
  • Start date Start date
C

code

I have a C#.exe with a Win32.dll (no com is involved).
I would like to make an assembly manifest for the Win32.dll, in order
to use ClickOnce.
I can not figure out how to use mt.exe, or mage.exe, or set up VS IDE
to automatically computed the size and hash values for the <file>
section of the manifest.
 
I have a C#.exe with a Win32.dll (no com is involved).
I would like to make an assembly manifest for the Win32.dll, in order
to use ClickOnce.
I can not figure out how to use mt.exe, or mage.exe, or set up VS IDE
to automatically computed the size and hash values for the <file>
section of the manifest.

Hi,
Perhaps this can help you.
it is an earlier reply by Carl Daniel to a similar question.
http://groups.google.com/group/microsoft.public.dotnet.languages.vc/msg/e84703d4e19aa831?hl=en

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top