Hi,
I am getting for error when I am trying to execute the test suite.
'Process is terminated due to StackOverFlowException'
PFA.
Thanks,
Rakesh
Process Error
Process Error
- Attachments
-
- Capture.JPG (38.38 KiB) Viewed 1081 times
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Process Error
Hi Rakesh,
A StackOverflowException is often caused by recursing too deep, or by circular instantiations. Are you using recursions anywhere?
This exception means that you are running out of memory.
So could it be that you just ran out of memory?
Regards,
Markus
A StackOverflowException is often caused by recursing too deep, or by circular instantiations. Are you using recursions anywhere?
This exception means that you are running out of memory.
So could it be that you just ran out of memory?
Regards,
Markus