assembly merging

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

hello,

today I read an article about the tool smartassembly. with that tool you are
able to merge assemblies. do you know the theory how to merge assemblies?
thx
 
Hi Martin,

use ILMerge! like we merge a exe and a dll
ilmerge /out:bin\Release\Merged\Visualisation.exe
bin\Release\Visualisation.exe bin\Release\numberedit1.dll
 

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

Back
Top