We have several common libs. Ideally we want them all to use the latest version of a dll even if they have been compiled against an older different version (assume the latest ve
If you have the source, you could use project references instead of dll references. That way you would always get the latest.