Do you have references issues with Visual Studio 2008 and C#.Net?
Posted
by Brian T Hannan
on Stack Overflow
See other posts from Stack Overflow
or by Brian T Hannan
Published on 2010-03-29T16:57:43Z
Indexed on
2010/03/29
17:03 UTC
Read the original article
Hit count: 158
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.
© Stack Overflow or respective owner