Debug Start Problem in Windows XP

  • Thread starter Thread starter clr
  • Start date Start date
C

clr

I'm Using Windows XP and Visual Basic .Net 2002. When I press F5
<Debug/Start>, repeatedly, the program does not always function. However if
I consistently press F11 <Step into> and then press F5 the program executes
every time. I can reproduce this problem with a simple program that only
displays a "Hello World" startup form

Steps to Reproduce
<Press F5> <Close Application> <Press F5>
The Output Window shows that the program loaded, but the program is not in
the task manager's list and the startup form is not displayed. It is
necessary to Stop Debugging to unload the program.

<Press F11> <Press F5>< Close the Form>< Press F11>< Press F5>< Close the
Form>
The program works every time, but this is annoying.

I have run this test using a Windows 2000 VB Net 2002 system and I do not
have this problem.

Ideas?
 
* "clr said:
I'm Using Windows XP and Visual Basic .Net 2002. When I press F5
<Debug/Start>, repeatedly, the program does not always function. However if
I consistently press F11 <Step into> and then press F5 the program executes
every time. I can reproduce this problem with a simple program that only
displays a "Hello World" startup form

Steps to Reproduce
<Press F5> <Close Application> <Press F5>
The Output Window shows that the program loaded, but the program is not in
the task manager's list and the startup form is not displayed. It is
necessary to Stop Debugging to unload the program.

<Press F11> <Press F5>< Close the Form>< Press F11>< Press F5>< Close the
Form>
The program works every time, but this is annoying.

I have run this test using a Windows 2000 VB Net 2002 system and I do not
have this problem.

Seems to be this bug:

<http://support.microsoft.com/default.aspx?scid=kb;en-us;Q326098>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top