We have a binary which references the mix of Managed and Unamanaged code and it works fine
in the release mode in 64 bit environment in Windows Server 2008, but it crashes, if we build debug and try to run it
with a popup, which has a description.
Debug Assertion Failed.
Program:
D:\myprog\myprog.exe
File:f:\dd\vctools\crt_bld\self_64_amd64\crt\src\dbgheap.c
Line:1511
Expression: _CrtIsValidHeapPointer(pUserData)
What am I missing?
-Brajesh