Start Without Debugging doesn't work.on my school instructor's computer.

Solitaire

Well-known member
Joined
Jun 28, 2004
Messages
465
Location
New York
Programming Experience
10+
This semester I was assigned to teach in a different room. Previously, I was able to use Start Without Debugging successfully in conjunction with Console applications. But in this room, Start Without Debugging doesn't work at all, even if I place Console.Readline at the end. I tried it both with an icon and also Ctrl-F5, but neither one works. It just quickly reverts back to the edit screen and I am forced to use Start Debugging instead.

We are using Visual Basic 2010 Express and also Visual Studio 2010, running in Windows 7.

Is there a setting I can change to make it work? Or does it need to be done in Windows? If so, I will need to notify the IT department since I don't have privilege to make changes to Windows on the school computer.
 
Start Without Debugging uses the current build, starting the .exe in default bin\Debug folder for a Debug build.
 
Back
Top