We have a solution with perhaps 10 SharePoint projects and a number of supporting Dlls. To get my project to build I generally need to go to the GAC and uninstall all of the libraries associate with our project from the GAC.
If I don't do that I get errors stating it cant resolve the references, either to these projects or to projects dependent on those projects.
What's going on?
Why do some of my team not have this issue. we both do the same Get from source control.