I’m working on a project and it seems that every time someone checks out the project from source control to build it on their local box they have issues building because references are no longer resolved.
I can’t figure out if it’s a configuration issues or a Visual Studio 2008 issue. Is anyone else having this problem? If so, is there something you can do to fix this issue?
Note: it might have something to do with explicit paths to the DLLs being referenced or how they are referenced … I’m not quite sure.
Typically I see this with one of three things
Visual studio typically handles relational pathing well, and I’ve not had it just be a path issue.
Also make sure you are NOT checking in .SUO files and .csproj.user. These will both monkey with references sometimes.