Do I Need To Reference Indirect DLLs
- by ChloeRadshaw
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?