I am working on a shared Add-in for Excel in Visual Studio 2005 and got that message. The add-in is under development by somebody else and I am to help him in implementing a part of it. When i click on Start Debugging [F5] then I got this message: The Working Directory Does not Exists C:\Program Files\Microsoft Visual Studio 8\…
Well my Windows is installed on Q:\ directory (weired, isn’t it) and Visual Studio is also there. Since it is somebody else’s program whose Windows is naturally in the C:\ drive I know I need to figure out where to setup the working directory of a visual studio project.
And here is that. Under Project -> [my project name goes here] Properties -> Debug tab in the IDE. Setting the options that I need to correct is “Working directiry” to my drive/path and also “Start external program” to one of my target apps such as Excel’s drive/path that would lauch that application with the debugger attached when I press F5.