Re: Building class library projects into one name space dll



Henry wrote:
Hi Haris,

I usually have multiple libs as well, but what I do is use ILmerge and Gilma
to merge everything into a single dll, this way I can choose which libs go
with the applications.

My 2c.

This is what I am looking for. Many thanks!


"Haris" wrote:


Peter Foot [MVP] wrote:
Create a single class library project and move all your code into it, you


That is what I'm doing now.

But I am thinking about having to split them into two dll in the
future.

can create folders within the project to split up different functional
areas.

So it is great if I can compile all of them as one dll and at the same
time I can compile them as more then one dll. Whenever I have to
distribute only part of the libraries.

Just curios, it is OK if that is not possible.


Peter

--
Peter Foot
Device Application Developer MVP
www.peterfoot.net | www.inthehand.com

"Haris" <harishashim@xxxxxxxxx> wrote in message
news:1152523342.139276.180080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a C# solution that have several class library projects inside
it. So the solution should be something like this

--->SolutionOne
|------ClassLibraryA
|------ClassLibraryB
|------ClassLibraryC

When I build the project I'll get 3 DLLs. ClassLibraryA.Dll,
ClassLibraryB.Dll and ClassLibraryC.Dll.

What I really want to do is to get one dll called SolutionOne.Dll
instead of the 3.

All the project are C# project so this is not about mixing different
langguage into one DLL.

I am using VS .Net 2003 and .Net Framework 1.1

Thanks in advance




.



Relevant Pages

  • Re: Building class library projects into one name space dll
    ... I usually have multiple libs as well, but what I do is use ILmerge and Gilma ... But I am thinking about having to split them into two dll in the ... So it is great if I can compile all of them as one dll and at the same ... Device Application Developer MVP ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)
  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)
  • GlobalMultiUse component breaks its compatibility !!!
    ... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ...
    (microsoft.public.vb.com)
  • LNK2020 using managed/unmanaged classes combination and workaround question
    ... mark 'DLL' and 'Export Symbols'). ... this is a managed class added to the DLL. ... To the Windows Forms project, ... make sure you compile everything with /clr. ...
    (microsoft.public.dotnet.languages.vc)

Loading