Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a created a C# file that uses three dlls as dependencies that is dll a,dll b and dll c. I want to create a .netmodule that put the three dlls into the .netmodule. How can I achieve this using the csc command. Kindly help.
Posted

1 solution

Check out ILMerge - http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx[^]

Have used it in the pass with some success to combine C# DLL's.

-DB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900