Debug Assertion Failed

Hi,

I have developed an c# com control which has been implemented into a Java application using Java Native Interfaces (JNI). The control loads and works fine, but when the window containing the control is closed and reopened I get the following error:

Debug Assertion Failed!

Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
File: C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\atlcomcli.h
Line: 149

Expression: p==0

I really need to solve this issue, I would really appreciate any help.

Thank!

Benjamin Pullicino
closed account (z05DSL3A)
It looks like a NULL pointer, or an uninitialised/deleted object/memory region is trying to be used.
Last edited on

Assertion Failed

Memory Related!
Review all the code which use the "new" in your source code!
Topic archived. No new replies allowed.