Home All Groups Group Topic Archive Search About

Merging Dlls using ILMerge

Author
8 Jun 2009 6:49 AM
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"

Author
8 Jun 2009 5:36 PM
gillardg
this is a front end to ILMerge
http://sourceforge.net/projects/gilma

<muzammal.nas***@gmail.com> a écrit dans le message de groupe de discussion
Show quoteHide quote
: 840598f4-44c0-424a-9d46-52df40028***@z7g2000vbh.googlegroups.com...
>
> 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"