Hi,
I have a solution made out of about 5 projects. At the moment, each one is
creating its own dll in its own subdirectory.
I seem to remember that there is a way to merge multiple dlls into one big
Daddy dll.
Does anyone know how to do this and is there anything I should be aware of
when using this dll from other projects?
Many thanks all
R. Thomas, aka Xtreme.Net - 30 Dec 2004 15:15 GMT
Are you talking about the Assembly Linker(asl.exe) tool?
That can help you...
P.S : If this post was helpful to you, please click 'Yes' on the top of this
post. Thanks
Hth...
R. Thomas
> Hi,
>
[quoted text clipped - 8 lines]
>
> Many thanks all
Mattias Sj?gren - 30 Dec 2004 16:30 GMT
>I seem to remember that there is a way to merge multiple dlls into one big
>Daddy dll.
>
>Does anyone know how to do this and is there anything I should be aware of
>when using this dll from other projects?
Here are some tools that lets you link multiple assemblies together
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=b7560d78-
7384-41b0-8ddf-820137305e24
http://research.microsoft.com/~mbarnett/ilmerge.aspx
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.