Hi
Thanks for the reply. I get this error only when i am executing the code through the development environment in release mode. The problem doesnot arise when i use the exe file directly....
Is it possible that I am using some memory used by the envt itself?
Kind regards...
User Profile
Collapse
-
System Access Error
I have a code in VC++ that gives this particular error on exiting the program while executing in release mode.
Error:
An unhandled exception of type 'System.AccessV iolationExcepti on' occurred in Unknown Module.
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
The execution breaks at one of these places:
...Last edited by sicarie; Jul 11 '07, 01:16 PM. Reason: Please use [code=cpp] and [/code] tags around your code. -
System Access Error
I have a code in VC++ that gives this particular error on exiting the program while executing in release mode.
Error:
An unhandled exception of type 'System.AccessV iolationExcepti on' occurred in Unknown Module.
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
The execution breaks at one of these places:
...
No activity results to display
Show More
Leave a comment: