How to troubleshoot dependencies not copying.
        Posted  
        
            by AngryHacker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AngryHacker
        
        
        
        Published on 2010-04-23T19:44:14Z
        Indexed on 
            2010/04/23
            19:53 UTC
        
        
        Read the original article
        Hit count: 424
        
I have an EXE project A, which references a class library project B (all in the same solution).  Project B has a reference to about 10 3rd party DLLs (from DevExpress).  All the referenced assemblies have Copy Local set to true.  
When I build the entire solution, the resulting DLL from project B is copied into the bin/debug of project A. However, none of the dependencies of project B get copied.
I looked in the Output window during compile and all looks good. There aren't any errors.
How do I troubleshoot this?
© Stack Overflow or respective owner