c# - A native exception has occurred in -



c# - A native exception has occurred in -

i using a code capture image mobile device, unfortunately shows next error msg:

a native exception has occurred in timedcamera.exe.

when clicked on details, shows following:

exceptioncode: 0xc0000005 exceptionaddress: 0x78b21be0 reading: 0x00000020 faulting module: cameracapturedll.dll offset: 0x00001be0

i appreciate if suggest me possible ways solve problem.

thanks.

that's access violation read operation.

the address of read (0x20) due reading field construction when pointer null. due bug in dll, or due code passing null pointer dll.

c# windows-mobile native-code

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -