SharpDevelop Version : 4.3.1.9430-406354be
.NET Version : 4.0.30319.296
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : German (Germany) (de-DE)
Current UI language : en
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 82772kb
GC Heap Memory : 7210kb
Exception thrown:
System.InvalidOperationException: Layout file hasn't a valid structure!
at AvalonDock.DockingManager.RestoreLayout(XmlDocument doc)
at AvalonDock.DockingManager.RestoreLayout(String filename)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.LoadLayout(String fileName, Boolean hideAllLostPads)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.TryLoadConfiguration()
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.LoadConfiguration()
---- Recent log messages:
23:07:53.319 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.WatchPad at Bottom, Hidden
23:07:53.319 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.ObjectGraphPad at Bottom, Hidden
23:07:53.320 [1] DEBUG - Add pad ICSharpCode.SharpDevelop.Gui.Pads.ParallelStackPad at Bottom, Hidden
23:07:53.320 [1] DEBUG - Add pad ICSharpCode.Data.Addin.Pad.DatabasesTreeViewPad at Right, Hidden
23:07:53.320 [1] DEBUG - Add pad ICSharpCode.XmlEditor.XPathQueryPad at Bottom, Hidden
23:07:53.321 [1] DEBUG - Add pad MSHelpSystem.Controls.Help3TocPad at Right, Hidden
23:07:53.321 [1] DEBUG - Add pad MSHelpSystem.Controls.Help3SearchPad at Right, Hidden
23:07:53.322 [1] DEBUG - Add pad ICSharpCode.PackageManagement.Scripting.PackageManagementConsolePad at Bottom, Hidden
23:07:53.322 [1] DEBUG - Add pad ICSharpCode.Reports.Addin.ReportExplorerPad at Right, Hidden
23:07:53.323 [1] INFO - Starting workbench...
23:07:53.323 [1] DEBUG - NavigationService -- suspend logging
23:07:53.323 [1] INFO - Loading addin Start Page
23:07:53.344 [1] INFO - Loading addin Usage Data Collector
23:07:53.392 [5] DEBUG - RecentProjectsControl: Looking up path 'C:\Users\Daniel\Projects\git\YetAnotherCommandLineParserLibrary\YetAnotherCommandLineParserLibrarySolution.sln'
23:07:53.394 [1] DEBUG - ActiveContentChanged to ICSharpCode.StartPage.StartPageViewContent
23:07:53.394 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Start Page]
23:07:53.394 [1] DEBUG - NavigationService
ActiveViewContent: Start Page
Subview: TabPageText
23:07:53.394 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.StartPage.StartPageViewContent
23:07:53.395 [1] DEBUG - NavigationService -- resume logging
23:07:53.537 [1] INFO - Number of screens: 2
23:07:53.537 [1] INFO - Screen {X=0,Y=0,Width=1920,Height=1080}: Validating {X=10,Y=10,Width=1445,Height=911}; intersection {X=10,Y=10,Width=1445,Height=911}
23:07:53.580 [1] INFO - dockingManager_Loaded
23:07:53.581 [1] INFO - Loading layout file: C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop4\layouts\Default.xml, hideAllLostPads=False
23:07:53.584 [1] ERROR -
--> Exception:
System.InvalidOperationException: Layout file hasn't a valid structure!
at AvalonDock.DockingManager.RestoreLayout(XmlDocument doc)
at AvalonDock.DockingManager.RestoreLayout(String filename)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.LoadLayout(String fileName, Boolean hideAllLostPads)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.TryLoadConfiguration()
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.LoadConfiguration()
23:07:53.742 [1] WARN - Stack trace of last exception log:
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at ICSharpCode.Core.MessageService.ShowException(Exception ex, String message)
at ICSharpCode.Core.MessageService.ShowException(Exception ex)
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.LoadConfiguration()
at ICSharpCode.SharpDevelop.Gui.AvalonDockLayout.dockingManager_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
at System.Windows.Window.ShowHelper(Object booleanBox)
at System.Windows.Window.Show()
at System.Windows.Application.<RunInternal>b__f(Object obj)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(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.Commands.WorkbenchStartup.Run(IList`1 fileList)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Run()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[ args)
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: ICSharpCode.StartPage.StartPageViewContent
ProjectService.OpenSolution: <null>
ProjectService.CurrentProject: <null>