G
Guest
I wanted to use some of my MFC stuff in a new C# applikation, so I made an
activeX/ocx of my a database viewer. Tested ocx i VB 6.0 and MFC app, worked
fine. Tested ocx i a C# .NET app, and upon exit I get ".NET
BroadcastEventWindow 1.0.5000.0.2" error.
Some debugging indicates that the error occurs in AfxDaoTerm:
pDaoState->m_pDAODBEngine->Release();
Anyone know the solution to this one ?
activeX/ocx of my a database viewer. Tested ocx i VB 6.0 and MFC app, worked
fine. Tested ocx i a C# .NET app, and upon exit I get ".NET
BroadcastEventWindow 1.0.5000.0.2" error.
Some debugging indicates that the error occurs in AfxDaoTerm:
pDaoState->m_pDAODBEngine->Release();
Anyone know the solution to this one ?