How to troubleshoot dependencies not copying.
- by AngryHacker
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. …