Debug Problem

YODA0340

Newcomer
Joined
Sep 13, 2005
Messages
11
I have a copy of VB.net 2005 express, and I am working on a screen saver.
Recently, I've been having a problem where when I press the 'Start Debugging' button and run the program, it does not send a copy of the 'executable' to the debug folder. Anyone know why? It was working just a few days ago.
 
I'm just going through the troubleshooting motions here...Is it in the release folder?

If you look at the properties for your project (right click on the project and select properties), under the Compile Tab, you should see the path to where the compiled assembly will be outputted.
 
Last edited:
Back
Top