Search This Blog

Tuesday, March 20, 2018

How to merge more dll's into single dll (ILMerge tool)

We can merge multiple dll's into a single dll using the tool ILMerge.

Prerequisites:
                  Have to install this ILMerge before using the below  ILMerge-GUI tool.

ILMerge Link
https://www.microsoft.com/en-in/download/details.aspx?id=17630

You can download ILMerge-GUI tool in the below link

ILMerge-GUI Link
http://www.softpedia.com/get/Programming/Other-Programming-Files/ILMerge-GUI.shtml

How to use?
                   Add all the assemblies which we want to merge and select the primary assembly which we want to merge with other assemblies and select the Output path of the assembly in Output assembly and click merge after few minutes you will get a message box with message "Assemblies Merged"


   


No comments:

Post a Comment