I am using Microsoft Visual Studio 08 version on a computer where I do not have admin privileges. After building my project, I want to put the .exe into the Visual Studio 08's VC folder in order to run dumpbin from the command prompt, but it won't let me copy and paste nor will it let me drag and drop my executable.
It gives me this error message "Access is denied. Make sure the disk is not full or write-protected and that the file is currently not in use."
So how am I supposed to use dumpbin if I can't use it on anything? Is there a copy and paste type of command in the Visual studio command prompt that I can use?