SharpDevelop Version : 5.1.0.5134-RC-d5052dc5
.NET Version : 4.6.01586
OS Version : Microsoft Windows NT 6.3.9600.0
Current culture : English (United States) (en-US)
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 211224kb
GC Heap Memory : 66616kb
Unhandled exception terminated the workbench
Exception thrown:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at System.Windows.Forms.ToolStripItemCollection.get_Item(Int32 index)
at System.Windows.Forms.Design.ToolStripMenuItemDesigner.CommitEdit(Type type, String text, Boolean commit, Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.CommitEditor(Boolean commit, Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.Commit(Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.TemplateTextBox.IsInputKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessage(Message& msg)
at System.Windows.Forms.Integration.ApplicationInterop.ThreadMessageFilter(MSG& msg, Boolean& outHandled)
at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.Run(IList`1 fileList)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
---- Recent log messages:
22:46:07.065 [1] DEBUG - Forms designer: Save C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\MainForm.Designer.cs
22:46:07.065 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\MainForm.resx
22:46:07.067 [1] DEBUG - FormsDesigner unloading, setting ActiveDesignSurface to null
22:46:07.070 [1] DEBUG - Forms designer: Removing ComponentAdded handler for nested container setup
22:46:07.179 [1] DEBUG - Saving memento of '[AvalonEditViewContent C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\Form1.cs]' to key '1e13ec5:C:\USERS\RAMAN\DOCUMENTS\SHARPDEVELOP PROJECTS\MOSTIN\FORM1.CS'
22:46:07.211 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\Form1.cs
22:46:07.211 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\Form1.Designer.cs
22:46:07.211 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\Form1.resx
22:46:07.211 [1] DEBUG - FormsDesigner unloading, setting ActiveDesignSurface to null
22:46:07.215 [1] DEBUG - Forms designer: Removing ComponentAdded handler for nested container setup
22:46:07.307 [1] DEBUG - Saving memento of '[AvalonEditViewContent C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\app.config]' to key '1e13ec5:C:\USERS\RAMAN\DOCUMENTS\SHARPDEVELOP PROJECTS\MOSTIN\APP.CONFIG'
22:46:07.355 [1] DEBUG - XmlTreeView.Dispose
22:46:07.365 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\app.config
22:46:07.366 [1] DEBUG - Saving memento of '[AvalonEditViewContent C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\MainForm.Designer.cs]' to key '1e13ec5:C:\USERS\RAMAN\DOCUMENTS\SHARPDEVELOP PROJECTS\MOSTIN\MAINFORM.DESIGNER.CS'
22:46:07.392 [1] DEBUG - OpenedFileClosed: C:\Users\Raman\Documents\SharpDevelop Projects\Mostin\MainForm.Designer.cs
22:46:07.394 [1] DEBUG - FormsDesigner unloading, setting ActiveDesignSurface to null
22:46:07.396 [1] INFO - CurrentProject changed to null
22:46:07.446 [1] INFO - Saved CodeCompletionDataUsageCache (166 of 166 items)
22:46:07.448 [63] DEBUG - Serializing 6 files to C:\Users\Raman\AppData\Local\Temp\SharpDevelop5.1\Mostin.dc31ed22.prj
22:46:07.524 [1] INFO - Waiting for background tasks to finish...
22:46:07.629 [1] INFO - Background tasks have finished.
22:46:07.629 [1] DEBUG - Service shutdown: ICSharpCode.SharpDevelop.Workbench.IOutputPad
22:46:07.629 [1] DEBUG - Service shutdown: ICSharpCode.SharpDevelop.Debugging.IDebuggerService
22:46:07.632 [1] INFO - Finished running workbench.
22:46:07.632 [1] FATAL - System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at System.Windows.Forms.ToolStripItemCollection.get_Item(Int32 index)
at System.Windows.Forms.Design.ToolStripMenuItemDesigner.CommitEdit(Type type, String text, Boolean commit, Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.CommitEditor(Boolean commit, Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.Commit(Boolean enterKeyPressed, Boolean tabKeyPressed)
at System.Windows.Forms.Design.ToolStripTemplateNode.TemplateTextBox.IsInputKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessage(Message& msg)
at System.Windows.Forms.Integration.ApplicationInterop.ThreadMessageFilter(MSG& msg, Boolean& outHandled)
at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at ICSharpCode.SharpDevelop.Workbench.WorkbenchStartup.Run(IList`1 fileList)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
---- Post-error application state information:
Installed 3rd party AddIns:
ProjectService.CurrentSolution: <null>
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: [AvalonEditViewContent ]