Code: Select all
System.MissingMethodException: Method not found: 'Boolean Debugger.DebuggerObject.Ping()'.
---STACKTRACE---
System.MissingMethodException: Method not found: 'Boolean Debugger.DebuggerObject.Ping()'.
ICSharpCode.SharpDevelop.Services.WindowsDebugger.get_ServiceInitialized()+0xffffffff
ICSharpCode.SharpDevelop.Services.WindowsDebugger.get_IsDebugging()+0x0
In the Test Suite I deselected some dependent cases and selected the cases I was trying to validate.
Upon attempting to build the solution I received the error above and now I cannot rebuild the solution from the running instance of Ranorex. The Test Suite file was also still marked as unsaved.
It appears this is an issue with the SAVE functionality, as when I then attempted to re-start Ranorex Studio it threw the same exception.
After cancelling the save, it then threw the following exception and would not close the process. I had to KILL the process from Task Manager.
Code: Select all
System.NullReferenceException: Object reference not set to an instance of an object.
---STACKTRACE---
System.NullReferenceException: Object reference not set to an instance of an object.
ICSharpCode.SharpDevelop.Gui.SdiWorkbenchLayout.Detach()+0x18
ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.OnClosing(CancelEventArgs e)+0x70
System.Windows.Forms.Form.WmClose(Message& m)+0x117
System.Windows.Forms.Form.WndProc(Message& m)+0x1b5
System.Windows.Forms.Control+ControlNativeWindow.OnMessage(Message& m)+0x0
System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message& m)+0x8e
System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg,IntPtr wparam,IntPtr lparam)+0x25