The information in this article applies to:
SYMPTOMS
An assertion can occur on line 729, 732, or 1314 of Daocore.cpp when you
define an MFC DAO object that has its destructor called after the call to
CWinApp::ExitInstance. CAUSECWinApp::ExitInstance() closes all open DAO workspaces by calling AfxDaoTerm() and removes them from the global workspace map. In the destructors for MFC DAO objects such as CDaoDatabase and CDaoRecordset, MFC tries to remove the workspace objects again. RESOLUTION
Here are two workarounds:
-or- STATUSThis behavior is by design. Additional query words: recordset 4.00 4.10
Keywords : kbDAO kbDatabase kbMFC kbVC |
Last Reviewed: August 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |