Problem with merging assemblies using ILmerge

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kulabhishek
    New Member
    • Dec 2008
    • 26

    #1

    Problem with merging assemblies using ILmerge

    Hi,

    I am using ILMerge tool to merge the all the dlls into one.
    In my case I do not want to include one dll into output one. But my other dlls are using the reference of that dll.
    How it can be done using ILMerge?

    Regards
    Abhishek
  • kulabhishek
    New Member
    • Dec 2008
    • 26

    #2
    Hi,

    I got the solution.

    You just need to put all the dlls into same folder and ILMerge will search into current folder for references.

    Regards
    Abhishek

    Comment

    Working...