In prior versions of visual studio one could specify paths for DLLs when debugging an application. I do not see a way to do this is version (2008). Is this due to the move toward deployment of apps with all DLLs, etc in the application's directory(ies)?
Am I missing something, or is there no way to do this?
EDIT:
It was in VC6 I think it was Tools - Options - Directories - executable files
Perhaps now this was not what I thought it was - this may be the same as what I have found in 2008.
basically I am looking for a way to "append" to the PATH env var - just for running the exe project open in visual studio. (without actually editing the path env variable)
The workaround is for me to copy all the dependencies to the working directory. That will work - it just involves some changes to other projects - and gathering 3rd party stuff. (this was a huge migration from VC6)