Click to See Complete Forum and Search --> : The Compiler Does not Debug !!!


Exceter
August 20th, 2003, 03:24 AM
Hi,
I Compiled the application (Visual Studio .NET), and pressed F5, and got this error:

Unable to start debugging.
The machine cannot be found on the network.

What it means? what machine should I have installed?

MooNull
August 20th, 2003, 03:49 PM
My best guess is that you are trying to debug the application with a wrong /MACHINE parameter. Go into the project properties and look around the tabs until you find a "Target Machine" property. This should be /MACHINE86 [or something of the like] or blank.

Exceter
August 20th, 2003, 10:40 PM
Originally posted by MooNull
My best guess is that you are trying to debug the application with a wrong /MACHINE parameter. Go into the project properties and look around the tabs until you find a "Target Machine" property. This should be /MACHINE86 [or something of the like] or blank.

In the Target Machine I have "MachineX86 (/MACHINE:IX86)".
The Debugger worked after the restarting Windows.
thanx.

MooNull
August 20th, 2003, 11:25 PM
Wow, I do like my absolute guesses.