Cannot Compile/Debug Project

  • Thread starter Thread starter therobman
  • Start date Start date
T

therobman

I am able to successfully build my project using a fresh install of
Visual Studio .Net, but when I try and compile/run it, a dialog box
comes up stating:

"Unable to start debugging."

"Unable to start program blah blah blah.exe"

"The system cannot find the file specified".

Essentially, nothing is getting created in my project's Debug folder
when I build.

This happens for anything I try and create, even the simplest "Hello
World" app.

What could I be doing wrong here?
 
"Unable to start debugging."

"Unable to start program blah blah blah.exe"

"The system cannot find the file specified".

Essentially, nothing is getting created in my project's Debug folder
when I build.

This happens for anything I try and create, even the simplest "Hello
World" app.

What could I be doing wrong here?

Are you sure you're compiling a debug build and not a release build?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top