Reference to the same dll in different path based on debug\relea
Reference problem
For the .net projects the debug configuration should use debug version of the references and the release configuration should use release version of the references. But if debug and release dlls are mixed together, incompatibility issues might arise.
But it is not happening this way.