Fixing 0xc015000f

Asked By 0 points N/A Posted on -
qa-featured

I have to find the reason EXCEPTION_CODE: (NTSTATUS) 0xc015000f – The activation context to disable is not the last activated. with a crash dump post mortem in user mode.

SHARE
Answered By 0 points N/A #322652

Fixing 0xc015000f

qa-featured

Hello;

I always have a problem and I found this answer working well:

CWinApp :: InitInstance ();

afxAmbientActCtx = FALSE; // <<-Add this

I hope this can help you.

Related Questions