Reputation: 1739
When I do a clean and build in VS, one of my projects isn't appearing as a DLL in the bin folder. All the others are. Can anyone tell me what setting I'm missing please, as I'm sure it's an easy fix but I can't for the life of me figure it out...
Thanks
Upvotes: 0
Views: 55
Reputation: 44941
Find the reference for the problem project in the main project, right-click on it and select properties, then ensure the Copy Local property is set to true.
Upvotes: 1