Assembly manifest for a plain old Win32

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.
 
G

Guest

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top