Hi.
I developed a single dll as a multifile assembly, using two .netmodules
files. I used the al tool this way:
c:\> al.exe First.netmodule Second.netmodul e /out:Multi.dll /t:lib
I read a post where people say that it is not the best way to create a
multifile assembly. It seems that using the /addmodule parameter has a
better result, but why?
Also, can I add an icon at my final assembly, keeping it separate from the
two code modules?
Thank you,
Julian
I developed a single dll as a multifile assembly, using two .netmodules
files. I used the al tool this way:
c:\> al.exe First.netmodule Second.netmodul e /out:Multi.dll /t:lib
I read a post where people say that it is not the best way to create a
multifile assembly. It seems that using the /addmodule parameter has a
better result, but why?
Also, can I add an icon at my final assembly, keeping it separate from the
two code modules?
Thank you,
Julian