Merging Dlls using ILMerge

  • Thread starter muzammal.naseer
  • Start date
M

muzammal.naseer

I 'm using ILmerge tool to merge some .dll in myapp.exe, but i am
getting error when it loads the main form.

Main form have some themes which refer a .dll which is one of them.

i'm using the following command

ilmerge /target:winexe /out:myappnew.exe myapporg.exe abc.dll
abc.Themes.dll

"Unable to load, due to some inner expetion"
 

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