I have a solution in VS2003 that has a ton of dependency errors since installing VS2008 on my pc this week. This was not a problem before installing VS2008. The dependency 'xyz' could not be found. I have reviewed all the references in my solution and all seems to be correct. Any ideas? Is anyone else running VS2003 solutions on a machine that also has VS2008 installed?
Never have a problem at all here. Have VS2003, VS2005SP1and VS2008 installed on Win2003. Just updated VS2008 with SP1, still OK. "ttempl" wrote in message news:233D6F50-AD8E-4D53-96C4-9A279190987A@microsoft.com... >I have a solution in VS2003 that has a ton of dependency errors since > installing VS2008 on my pc this week. This was not a problem before > installing VS2008. > > The dependency 'xyz' could not be found. > > I have reviewed all the references in my solution and all seems to be > correct. > > Any ideas? > Is anyone else running VS2003 solutions on a machine that also has VS2008 > installed? > >
=?Utf-8?B?dHRlbXBs?= wrote in news:233D6F50-AD8E-4D53-96C4-9A279190987A@microsoft.com: > I have a solution in VS2003 that has a ton of dependency errors since > installing VS2008 on my pc this week. This was not a problem before > installing VS2008. > > The dependency 'xyz' could not be found. > > I have reviewed all the references in my solution and all seems to be > correct. > > Any ideas? > Is anyone else running VS2003 solutions on a machine that also has > VS2008 installed? > > Do you use the INCLUDE and LIB environment variables? And were those possibly set in your global environment? (open cmd.exe, type 'set' and see. Also check the path setting in the options for visual studio) I do not set them in my global environment, I use them by opening the VS6/7/8/9 cmd prompt instead. Dave Connet