Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / October 2004

Tip: Looking for answers? Try searching our database.

combine multiple dlls with same namespace into a single dll

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sudhakar - 01 Oct 2004 17:12 GMT
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
Sijin Joseph - 01 Oct 2004 17:47 GMT
You could use CodeDOM or Reflection.Emit, also if you are doing this at
compile time, you may want to look at assembly linker (al.exe), when you
are using VS.Net this tool rarely gets used, but you can use it to
create multi-module assemblies, i.e. assemblies that consist of more
than one physical file. Let me know if you are doing this at runtime or
compile time, we'll try and work something out.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grfAssemblyGenerationUtilityAlexe.asp


Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph

> Hi
> I have many dlls with same namespace (say X). I would like to combine them
[quoted text clipped - 6 lines]
> Thanks in advance
> -sudhakar

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.