I am getting follwing error when execute the test. ranroex 3.2.3
Can not intercept exception. Debugged program can not be continued and properties can not be evaluated.
System.StackOverflowException
at System.RuntimeType.CreateInstanceSlow
at System.RuntimeType.CreateInstanceDefaultCtor
at System.Activator.CreateInstance
at DefaultFactoryMethod.CreateFactory
at Ranorex.Core.Testing.TestSuiteModule.InitializeTestModuleInstance
at Ranorex.Core.Testing.TestSuiteModule.RunWithRepeats
at Ranorex.Core.Testing.TestSuiteModule.Run
at Ranorex.Core.Testing.TestCase.RunChildren
at Ranorex.Core.Testing.TestCase.Run
at Ranorex.Core.Testing.TestSuite.Run
at Ranorex.Core.Testing.TestSuiteRunner.RunInternal
at Ranorex.Core.Testing.TestSuiteRunner.Run
at Ranorex.Core.Testing.TestSuiteRunner.Run
at PeopleSoftSuite.Program.Main in c:\SVNviews\Automation\PeopleSoftSuite\Program.cs:line 34
Thank you,
Beginner
Can not intercept exception
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Can not intercept exception
A StackOverflowException usually occurs if there is an infinite recursion inside the code. If such an exception is thrown, the debugger will shut down and is unable to show any values or do anything else.
Can you please give us some more information when this exception occurs?
Does this happen with a specific module? Do you have any user code in this module that could cause this problem?
Regards,
Alex
Ranorex Team
Can you please give us some more information when this exception occurs?
Does this happen with a specific module? Do you have any user code in this module that could cause this problem?
Regards,
Alex
Ranorex Team
Re: Can not intercept exception
Thank you Alex, error returned in user code module when i call method inside the while loop. i will try call method outside the loop.
Beginner
Beginner
Tipu