This project was working fine, then I restarted my computer to install a new GPU, and now it is producing the following error when I try to run it:

Error while trying to run project: Unable to start program:

"E:\Workspace\...\....exe"

Cannot find the file specified.

I have confirmed that the file mentioned does exist at the path specified by the error message.

I have tried to "Clean Solution" and "Rebuild Solution".

Navigating to the executable file manually and running it works. The error above is produced when I press the "Run" button in VS2010.

Does anyone know why this might be happening?

link|improve this question

It would be helpful if you can give the full message. – gunbuster363 May 3 '11 at 2:44
That is the full message, minus the entire file path. The entire file path is: "E:\Workspace\Game3\Game3\Game3\bin\x86\Profile\Game3.exe". I can't imagine how that is helpful though :/ – Olhovsky May 3 '11 at 3:03
Also, running the executable produced manually works. It just doesn't work by pressing the "Run" button in VS2010. – Olhovsky May 3 '11 at 3:09
feedback

4 Answers

up vote 2 down vote accepted

Using the repair tool in the VS Management fixed everything.

(I.e. right click Visual Studio 2010 and select Change/Remove from the Uninstall Programs tool in the Windows Control Panel, and click Repair in the Visual Studio Management window when it loads.)

link|improve this answer
feedback

I had this issue on VS2008: I removed the .suo; .ncb; and user project file, then restarted the solution and it fixed the problem for me.

link|improve this answer
Worked for me with VS2010. Thanks! – Djof Aug 5 '11 at 20:51
feedback

I think that VS is no longer able to resolve the path for some reason.

You can try going to the "Project Properties" dialog, select the "Debug" tab, select "Start external program" on the "Start Action" group and type the full path to the executable.

link|improve this answer
That didn't work. Thanks for your response though. – Olhovsky May 3 '11 at 3:02
feedback

The only way that I was able to get over this (reinstall wasn't an option) was to set the project properties->web->start action->"don't open a page. wait for a request from an external application."

BTW, I think that at some point this started because of a mod that I made to machine.config. :) And no, I don't remember what it was. It does seem to be this very apocalyptic bug where once you get it never goes away.

So if you found this page from Google, you should know that you are doomed. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.