help with .exe is missing!

D

dave

i am trying to do an example about debugging from a
book about learning visual basic .net after putting in
the first part of the code it said to run the project, i
clicked start and got the following message, "visual
studio cant start debugging because the debug target"
C:\my document and settings\dave p\my documents\visual
studio projects\My projects\debug example\bin\debug
example .exe is missing. Please build the project and
retry. Can someone tell me what i did wrong and how to
fix it.


thanks.


Dave.
 
B

Bernie Yaeger

Hi Dave,

Try to rename the project to a one word exe - debug_example and see if you
encounter the same problem. Also, use windows explorer to see what .exe
exists in the \bin sub - it s/b the full exe name.

HTH,

Bernie Yaeger
 
H

Herfried K. Wagner [MVP]

* "dave said:
i am trying to do an example about debugging from a
book about learning visual basic .net after putting in
the first part of the code it said to run the project, i
clicked start and got the following message, "visual
studio cant start debugging because the debug target"
C:\my document and settings\dave p\my documents\visual
studio projects\My projects\debug example\bin\debug
example .exe is missing. Please build the project and
retry. Can someone tell me what i did wrong and how to
fix it.

Do there any EXE files exist in the "bin\debug" folder?
 

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

Top