Hi I have a problem with a dependency hierarchy I am unsure how to solve:
alt text http://img525.imageshack.us/my.php?image=56330713it2.jpg http://img525.imageshack.
If you are using the classes that BaseProject returns directly within MyProject, you need to stick with the same version (1.0). But if BaseProject only uses those classes internally and does not share with MyProject, you can safely use the new version (2.0).
Best practice: strongly name your assemblies so that the compiler can help you out.