G
Guest
I have an assembly that uses a third-party object that is installed in the
GAC. I set the references "Copy Local" property to true and compile my
assembly. The third-party object is in fact copied to my output directory.
I have another assembly that uses my first assembly. I set the references
"Copy Local" property to true and compile my assembly. I would expect that I
would see both my first assembly and the third-party assembly in my second
output directory, but I don't.
Why?
GAC. I set the references "Copy Local" property to true and compile my
assembly. The third-party object is in fact copied to my output directory.
I have another assembly that uses my first assembly. I set the references
"Copy Local" property to true and compile my assembly. I would expect that I
would see both my first assembly and the third-party assembly in my second
output directory, but I don't.
Why?