Error during executing

Thread Starter

Muqaddas Jamil*

Joined Nov 1, 2009
8
Every time i run a program,( durin execution) it gives fatal error " cannot find file Debug/my program.exe"...can any one tell me why? i have tried it after reinstalling, but no use.Please help me (
 

BMorse

Joined Sep 26, 2009
2,675
If you don’t understand an error message, move the insertion point to the error number and press the F1key (in the default keyboard mapping) to display online information about it.
To move through the list of errors

  • In the Output window, double-click the error, or select the error and press ENTER. – or –
    Click the right mouse button in the Output window, and click Go To Error/Tag from the shortcut menu.
    – or –
    Press F4 (in the default keyboard mapping) to select the next error.
    – or –
    Press SHIFT+F4 (in the default keyboard mapping) to select the preceding error.
    As each error is selected in the Output window, the corresponding line containing the error is selected in the source window.

My .02
 
Top