Let\'s assume I have a C# Winforms project, MainGUI.
It references another project in the same solution, ControlsLib.
ControlsLib references a third party co
I have had a similar problem using Gentle.NET (O/R Mapper). One of the DLLs refuses to copy. I've investigated for hours and have been unable to find a reason. All the other files are being copied, but THAT one is excluded for some odd reason. Gentle used three DLLs, Gentle.Common.DLL, Gentle.Framework.DLL and Gentle.SQLProvider.DLL. The last one never gets copied.
In the end I simply made a script…