Dear All,

Our application is multithreaded application. which is creating and destroying User Interface Threads for handling incoming telephone calls.
after completion of certain creations and destroying the threads (8000 times). Our application is giving assertion failure in thrdcore.cpp
at line no.102. it is showing in _AfxThreadEntry function at below statement.

VERIFY(::SetEvent(pStartup->hEvent));

Please help how to avoid this type of error.

Thanking in advance.

Regards,
Narsing.