user iconsubbu_843 on March 2nd 2008
9991 views

topic iconReference 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.

user icon