Question Merging Dlls using ILMerge

Janjua

New member
Joined
Jun 8, 2009
Messages
2
Programming Experience
1-3
Hello

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 in Cmd

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

"Unable to load, due to some inner expetion"
any idea?
 
Back
Top