Using ILMerge to get one assembly from multiple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My programs typically involve several libraries of functions, and each library is a separate dll.
I want to try making one dll from them, and ILMerge seems to be the tool of choice.
I also found the ILMergeGUI tool, and tried it on one of my programs.
It made the combined dll, but said it had an error because it could not find accoremgd.
Of course, that is one from autocad, and copylocal is false so I don't want it wrapped in the combined dll.
I was surprised to find only one post in this DG when searching for the ILMerge term.
You can only load one .net dll by a given name into acad, so two programs with the same name .net dll (but in two different folders) is a big problem.
.net is great in that you can keep a prog's needed dlls right next to the exe or main dll, but acad does not see two assemblies by the same name as distinct.
Combining them would get around this.
Anyone using ILMerge on .net progs written for acad?
thx
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties