PC Review


Reply
Thread Tools Rate Thread

Compile Multiple DLLs into a single DLL

 
 
Dave Herron
Guest
Posts: n/a
 
      17th Jan 2007
I have several C# DLL's that I would like to compile into a single DLL
for distribution. Is that possible? I want to leave the source for
all the DLL's in their original projects. 3rd party product maybe?

 
Reply With Quote
 
 
 
 
Mattias Sjögren
Guest
Posts: n/a
 
      17th Jan 2007
Dave,

>I have several C# DLL's that I would like to compile into a single DLL
>for distribution. Is that possible? I want to leave the source for
>all the DLL's in their original projects.


You could still create a separate project that includes all the source
files and compiles to a single assembly, no?


>3rd party product maybe?


Sure, google "illink" or "ilmerge" for some free utilities.


Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      17th Jan 2007
Microsoft Developer downloads has one.

--
HTH,

Kevin Spencer
Microsoft MVP
Bit Player
http://unclechutney.blogspot.com

In case of Minimalism, break Philip Glass.

"Dave Herron" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have several C# DLL's that I would like to compile into a single DLL
> for distribution. Is that possible? I want to leave the source for
> all the DLL's in their original projects. 3rd party product maybe?
>



 
Reply With Quote
 
Rad [Visual C# MVP]
Guest
Posts: n/a
 
      18th Jan 2007
On 17 Jan 2007 09:48:44 -0800, Dave Herron wrote:

> I have several C# DLL's that I would like to compile into a single DLL
> for distribution. Is that possible? I want to leave the source for
> all the DLL's in their original projects. 3rd party product maybe?


Take a look at Microsoft's ILMerge
--
Bits.Bytes
http://bytes.thinkersroom.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Single DLL vs. Multiple DLLs thejeffross Microsoft ASP .NET 1 4th Jun 2010 12:32 PM
ASP.NET 2 Compile DLLs Evan Camilleri Microsoft ASP .NET 1 17th Apr 2006 12:04 PM
Can I pre-compile dlls on my machine and distribute them? Jack Wright Microsoft Dot NET Framework 13 8th Oct 2004 09:26 AM
combine multiple dlls with same namespace into a single dll sudhakar Microsoft Dot NET Framework Forms 1 1st Oct 2004 05:47 PM
Multiple DLLs for a single Website ? Patrice Scribe Microsoft ASP .NET 2 12th Mar 2004 12:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:58 PM.