Article ID: 145992 - Last Review: November 21, 2006 - Revision: 2.1 PRB: Global MFC DAO Objects Cause AssertionsThis article was previously published under Q145992 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. This will happen when an MFC DAO object is defined globally or as a member of a global object (like an MFC application's CWinApp-derived object). CAUSE
CWinApp::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:
STATUS
This behavior is by design.
APPLIES TO
| Article Translations
|

Back to the top
