Hi,
I decided to post it since I receive hardly oftem following exception from #D while debugging an application. This pproblem is really annoying and mostly leads me to decide to restart IDE. I remember that similar problems already have been discoverred and as far as I remember it has already been solved.
If any further information could help then please let me know what is needed...
SharpDevelop Version : 2.1.0.2130
.NET Version : 2.0.50727.42
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture : English (United States) (en-US)
Working Set Memory : 92048kb
GC Heap Memory : 39986kb
Exception thrown:
System.InvalidOperationException: Invalid Content: ActiveContent must be one of the visible contents, or null if there is no visible content.
at WeifenLuo.WinFormsUI.DockPane.set_ActiveContent(IDockContent value)
at WeifenLuo.WinFormsUI.DockPane.ValidateActiveContent()
at WeifenLuo.WinFormsUI.DockContentHandler.SetDockState(Boolean isHidden, DockState visibleState, DockPane oldPane)
at WeifenLuo.WinFormsUI.DockContentHandler.set_Pane(DockPane value)
at WeifenLuo.WinFormsUI.DockContentHandler.set_DockPanel(DockPanel value)
at WeifenLuo.WinFormsUI.DockContent.set_DockPanel(DockPanel value)
at ICSharpCode.SharpDevelop.Gui.SdiWorkbenchLayout.DetachViewContents(Boolean dispose)
TIA