Hi,
I am getting a System.AccessViolation Exception when I load a particular form in my application. It is an MFC Based application and when I try to load the particular page or form I get the exception
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
After this the Test execution tool (we use NUnit) crashes.
The exception log gives the following details:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Ranorex.NativeMethods.RxFormGetFirstChild(Int32 handle)
at Ranorex.Form.GetControls()