Is there a tool that takes a solution or a set of DLLs, and automatically detects incompatible references (two DLLs that reference that same DLL but with different versions, thus resulting in hard-to-detect runtime errors).
Currently we're debugging such problems using Reflector, I'm looking for a magical automatic tool.