The information in this article applies to:
SYMPTOMSWhile expanding an object in the Watch Window, the mouse pointer (cursor) becomes a blinking hourglass, and Visual Basic appears to stop responding. CAUSE
The run object being expanded contains member objects (clientsessions) that
have run member objects that are the same instance as the parent run. (This
is a circular reference.) RESOLUTION
To stop the blinking hourglass, press the CTRL+BREAK key combination. If
the hourglass does not stop blinking, press the CTRL+ALT+DEL key
combination to get to the Close Programs dialog box in Windows 95 and
later, or the Task Manager in NT 4.0 and later. From there, select the
program, and click End Task.
-or- STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. REFERENCESMSDN Library Visual Studio 6.0: Visual Basic Documentation; Using Visual Basic; Programmer's Guide (All Editions); Part 2: What Can You Do With Visual Basic?; Debugging Your Code and Handling Errors; Using the Debugging Windows Additional query words: kbDSupport kbdss kbVBp kbVBp600bug kbDebug
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |