I am working on application which play live call internally in windows thread , its working fine for windows 7 but while working with the windows 8 and window 10 and giving the exception in vs 2015 .
" The runtime has encountered a fatal error. The address of the error was at 0x5de42125, on thread 0x3248. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common
sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack."
|
The runtime has encountered a fatal error. The address of the error was at 0x5de42125, on thread 0x3248. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable
portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.