When I am in the Studio, and I select the C# autogenerated page after creating a new solution, I get the following exception and must quit Studio:
Ranorex Studio Version : 2.3.4.9270
.NET Version : 2.0.50727.1433
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (United States) (en-US)
Working Set Memory : 79928kb
GC Heap Memory : 18333kb
Exception thrown:
System.MissingMethodException: Method not found: 'Boolean System.Threading.WaitHandle.WaitOne(Int32)'.
at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.UpdateClipboardContainsText()
at ICSharpCode.SharpDevelop.DefaultEditor.ClipboardHandling.GetClipboardContainsText()
at ICSharpCode.TextEditor.TextAreaClipboardHandler.get_EnablePaste()
at ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor.TextEditorDisplayBindingWrapper.get_EnablePaste()
at ICSharpCode.SharpDevelop.Commands.Paste.GetEnabled(IClipboardHandler editable)
at ICSharpCode.SharpDevelop.Commands.AbstractClipboardCommand.get_IsEnabled()
at ICSharpCode.Core.WinForms.ToolBarCommand.UpdateStatus()
at ICSharpCode.Core.WinForms.ToolbarService.UpdateToolbar(ToolStrip toolStrip)
at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateToolbars()
at ICSharpCode.SharpDevelop.Gui.DefaultWorkbench.UpdateMenu(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
---- Recent log messages:
Failed to append recent log messages.
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at ICSharpCode.SharpDevelop.Sda.LogMessageRecorder.AppendRecentLogMessages(StringBuilder sb, ILog log)
at ICSharpCode.SharpDevelop.Sda.ExceptionBox.getClipboardString()
---- Post-error application state information:
Installed 3rd party AddIns: [RxLogViewer 2.3.4.9270], [RxObjectRepository 2.3.4.9270], [RxRecorder 2.3.4.9270], [Workflow Foundation Designer 2.3.4.9270], [ElementTree 2.3.4.9270]
Workbench.ActiveContent: [TextEditorDisplayBindingWrapper C:\Documents and Settings\spathmanaban\My Documents\RanorexStudio Projects\thisisjustatest\thisisjustatest\Program.cs]
ProjectService.OpenSolution: [Solution: FileName=C:\Documents and Settings\spathmanaban\My Documents\RanorexStudio Projects\thisisjustatest\thisisjustatest.rxsln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: thisisjustatest]
We are stuck as to why this happened.
We have .Net 3.5 SP 1 installed. And met all requirements listed.
Ranorex Version 2.3.4
I did install .Net SP1 via the Full Redistribution package.