Error running debugger from Visual studio 2010
-
Hi Guys, I have a weird problem debugging my project. I have upgraded my VS 2008 project to VS 2010 by opening the solution file and successfully built the project (debug and release configurations). But when I run the project within Visual Studio I get the following weird error saying: "Unable to start program" "System cannot find the file specified" Anyone knows hows how to fix this issue. thanks
-
Hi Guys, I have a weird problem debugging my project. I have upgraded my VS 2008 project to VS 2010 by opening the solution file and successfully built the project (debug and release configurations). But when I run the project within Visual Studio I get the following weird error saying: "Unable to start program" "System cannot find the file specified" Anyone knows hows how to fix this issue. thanks
-
Hi Guys, I have a weird problem debugging my project. I have upgraded my VS 2008 project to VS 2010 by opening the solution file and successfully built the project (debug and release configurations). But when I run the project within Visual Studio I get the following weird error saying: "Unable to start program" "System cannot find the file specified" Anyone knows hows how to fix this issue. thanks
If you have multiple project in your solution, check that your project is really the "Startup Project"
I'd rather be phishing!
-
Something is either wrong with the project, or it has not built properly. Try a clean and rebuild, and check the output directories to make sure it has been properly created.
It build successfully. But if I try running the debug application within Visual studio (by key F5) I can't proceed.
-
It build successfully. But if I try running the debug application within Visual studio (by key F5) I can't proceed.
Member 9350237 wrote:
I can't proceed.
Without more information we have no way of guessing what may be wrong. Look in the directory tree for the project and check that the excutable actually exists. Try starting it from Windows Explorer to see if it runs.