Tuesday, 27 August 2013

DLL references DLL

DLL references DLL

I have a .NET DLL (DLLA), which is referenced by app1 (copy local).
Therefore when I build app1, DLLA is placed in the BIN folder of app1.
DLLA references DLLB, which is hardly ever used.
I use to notice that DLLB was placed in the BIN folder of app1, but this
does not happen anymore. Is there a reason for this that I do not
understand? How does app1 decide whether or not to put DLLB into its BIN
folder?

No comments:

Post a Comment