B
bhreddy
Hi All,
Can someone help me out how can I resolve the error "0xC0000005: Access
violation reading location 0x513112f4"?
Steps I followed...
1. I ran the application at DOS prompt
2. After some time my application got crashed and windows popped up a
window asking for debug, send error report.
3. Clicking on Debug opens my workspace in .Net IDE.
But the problem it is directly going into assembly code and not into my
code. I am not able find what statement is causing the error in my
code.
Following is in ths "Call stack" window...
test.exe!0041ae9d()
test.exe!0040d4b2()
msvcr71.dll!7c34f744()
test.exe!004114e7()
test.exe!004cd583()
kernel32.dll!7c816d4f()
kernel32.dll!7c8399f3()
test.exe is my application name.
Please help me out to resolve this. How can I take the debugger into my
source code instead of assembly code?
Thanks in advance,
Regards,
Reddy
Can someone help me out how can I resolve the error "0xC0000005: Access
violation reading location 0x513112f4"?
Steps I followed...
1. I ran the application at DOS prompt
2. After some time my application got crashed and windows popped up a
window asking for debug, send error report.
3. Clicking on Debug opens my workspace in .Net IDE.
But the problem it is directly going into assembly code and not into my
code. I am not able find what statement is causing the error in my
code.
Following is in ths "Call stack" window...
msvcr71.dll!7c34218a()ntdll.dll!7c92ae22()
test.exe!0041ae9d()
test.exe!0040d4b2()
msvcr71.dll!7c34f744()
test.exe!004114e7()
test.exe!004cd583()
kernel32.dll!7c816d4f()
kernel32.dll!7c8399f3()
test.exe is my application name.
Please help me out to resolve this. How can I take the debugger into my
source code instead of assembly code?
Thanks in advance,
Regards,
Reddy