S
sudhakar
Hi
I have many dlls with same namespace (say X). I would like to combine them
and make it a single dll , called X.dll.
onw way to do this is by copying all the source code into a same project and
compiling them. but its a maintenance and extensibility nightmare.
Is there any other way to "merge" all these dlls into a single dll ?
Thanks in advance
-sudhakar
I have many dlls with same namespace (say X). I would like to combine them
and make it a single dll , called X.dll.
onw way to do this is by copying all the source code into a same project and
compiling them. but its a maintenance and extensibility nightmare.
Is there any other way to "merge" all these dlls into a single dll ?
Thanks in advance
-sudhakar