The information in this article applies to:
SYMPTOMSYou may encounter "random crashing" with Visual InterDev 6.0 or Visual J++ 6.0 when editing Active Server Pages (ASP) or HTML pages that have HTML <OBJECT> references to RDS DataControl objects (CLSID:BD96C556-65A3-11D0-983A-00C04FC29E33). Here's a sample error message:
CAUSE
The crash will occur if the RDS DataControl parameters (Server, Connect, SQL) are specified using the <PARAM> tag as in the following example:
The development shell for Visual InterDev 6.0 and Visual J++ 6.0 will attempt to access the RDS data at design time if the <PARAM> tags for the Server, Connect and SQL properties are specified as a part of the OBJECT tag. This behavior exposes a bug in Microsoft's Data Access Components version 2.0, which closes an asynchronous thread, then later tries to reference the closed thread, causing the crash. RESOLUTION
To work around this bug, specify these properties in script, as in the following example:
The code will function at run time and avoid the bug at design time. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: kbDSupport
Keywords : kbVisID kbVJ600 kbVS600bug |
Last Reviewed: February 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |