The information in this article applies to:
SYMPTOMSCalling RawTable->Release() after Logging off the Collaboration Data Objects (CDO) session causes the application to hang. CAUSEThere is an invalid assumption in the destructor process. Release() is called on the data member for the RawTable without verifying that it is not NULL. RESOLUTIONRelease RawTable before calling Logoff. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
The resolution in Visual Basic is basically the same as above, release the objects that use the RawTable (Rendering), then Logoff. REFERENCESFor information about Collaboration Data Objects versus Active Messaging, please see the following article in the Microsoft Knowledge Base: Q176916 INFO: Active Messaging and Collaboration Data Objects (CDO) Additional query words: ActMsg
Keywords : kbCDO110bug kbCDO120bug kbVC |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |