Do I Need To Reference Indirect DLLs

Posted by ChloeRadshaw on Stack Overflow See other posts from Stack Overflow or by ChloeRadshaw
Published on 2010-05-28T16:51:22Z Indexed on 2010/05/28 17:02 UTC
Read the original article Hit count: 154

Filed under:

Suppose I have DLLA which is a standalone library that contains classes I use

I have DLLB that references DLLA

I now have DLLC that references DLLB - Why is it that DLLC also needs a reference to DLLA?

Can I not have VS2005 build a dll which contains all the assemblies it needs embedded inside it?

© Stack Overflow or respective owner

Related posts about c#