Reporter | Sergey Coox (coox) |
---|---|
Created | Jan 23, 2012 1:44:43 PM |
Updated | Jan 23, 2012 1:44:43 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 Version=6.1.38.146, Built=2011-12-30T09:18:32, Configuration=“Csharp InternalMode Vbnet VS1000”
TreeModelView.SaveState was called without restoring previous state. It is often an indication of unhandled exception in Model.Update process.
--- EXCEPTION #1/1 [LoggerException]
Message = “TreeModelView.SaveState was called without restoring previous state. It is often an indication of unhandled exception in Model.Update process.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
TreeModelView.SaveState was called without restoring previous state. It is often an indication of unhandled exception in Model.Update process.
--- EXCEPTION #1/1 [LoggerException]
Message = “TreeModelView.SaveState was called without restoring previous state. It is often an indication of unhandled exception in Model.Update process.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.UI.TreeView.TreeModelView.HandleModelUpdating(Object sender, EventArgs e) at JetBrains.UI.TreeView.TreeModelView.<OnHandleCreated>b__8() at JetBrains.UI.TreeView.TreeModelView.ExecuteWithGuard(String id, Action action) at JetBrains.UI.TreeView.TreeModelView.OnHandleCreated(EventArgs e) at System.Windows.Forms.Control.WmCreate(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m) at JetBrains.UI.TreeView.TreeModelView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam) at System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam) at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp) at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Control.get_Handle() at System.Windows.Forms.Control.CreateGraphicsInternal() at System.Windows.Forms.Control.CreateGraphics() at JetBrains.UI.ControlGraphicsContainer.get_Graphics() at JetBrains.UI.TreeView.TreeModelView.CalculateNodeHeight(Graphics g, TreeModelViewNode viewNode) at JetBrains.UI.TreeView.TreeModelView.RaiseCalcNodeHeight(TreeListNode node, Int32& nodeHeight) at DevExpress.XtraTreeList.TreeList.InternalCalcNodeHeight(TreeListNode node, Int32 nodeHeight, ArrayList ColumnWidthes, Boolean useCache, ArrayList& cells, Boolean even) at DevExpress.XtraTreeList.ViewInfo.TreeListViewInfo.CalcNodeHeight(RowInfo ri, ArrayList& viewInfoList) at DevExpress.XtraTreeList.ViewInfo.TreeListViewInfo.GetTotalNodeHeight(TreeListNode node) at DevExpress.XtraTreeList.ViewInfo.TreeListViewInfo.CalcVisibleNodeCount(TreeListNode topNode, Int32 height) at DevExpress.XtraTreeList.ViewInfo.TreeListViewInfo.CalcVisibleNodeCount(TreeListNode topNode) at DevExpress.XtraTreeList.TreeList.MakeNodeVisible(TreeListNode node) at DevExpress.XtraTreeList.TreeList.SetFocusedNode(TreeListNode node) at DevExpress.XtraTreeList.TreeList.set_FocusedNode(TreeListNode value) at JetBrains.UI.TreeView.TreeModelView.set_FocusedNode(TreeModelViewNode value) at JetBrains.UI.TreeView.TreeModelView.set_ModelFocusedNode(TreeModelNode value) at JetBrains.UI.TreeView.TreeModelViewState.RestoreFocusedNode() at JetBrains.UI.TreeView.TreeModelViewState.Restore() at JetBrains.UI.TreeView.TreeModelView.RestoreState() at JetBrains.UI.TreeView.TreeModelView.RebuildView(Object sender, EventArgs e) at JetBrains.UI.TreeView.TreeModelView.HandleModelUpdated(Object sender, EventArgs e) at JetBrains.TreeModels.TreeModel.OnUpdated() at JetBrains.TreeModels.TreeModel.DoUpdate() at JetBrains.TreeModels.TreeModel.NeedUpdate() at JetBrains.ReSharper.Features.Environment.Options.Inspections.SkipDaemonItemsPanel.<Init>b__1(AddRemoveEventArgs`1 e) at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) at JetBrains.ReSharper.Features.Environment.Options.Inspections.SkipDaemonItemsPanel.SetData() at JetBrains.ReSharper.Features.Environment.Options.Inspections.SkipDaemonItemsPanel.Reset() at JetBrains.ReSharper.Features.Environment.Options.Inspections.SkipItemsForm.OnCancel() at JetBrains.ReSharper.Features.Environment.Options.Inspections.CodeInspectionSettingsPage.<>c__DisplayClass8.<.ctor>b__2() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) at JetBrains.Threading.IThreadingEx.ExecuteOrQueue(IThreading thіs, Lifetime lifetime, String name, Action action) at JetBrains.ReSharper.Features.Environment.Options.Inspections.CodeInspectionSettingsPage.<>c__DisplayClass8.<.ctor>b__0(Object sender, EventArgs args) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(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.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at System.Windows.Window.ShowDialog() at JetBrains.UI.CrossFramework.WindowsFormsIntegration.ShowDialog(Window window, IWin32Window win32Owner) at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<ShowDialogWithGuardedCreation>b__18(LifetimeDefinition lifetimeDefinitionDialog, Lifetime lifetimeDialog) at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<ShowDialogWithGuardedCreation>b__17() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.UI.Application.WindowUtil.ShowDialogWithGuardedCreation(Lifetime lifetime, Modality modality, Func`3 FCreateView, IThreading threading, Object ownerwindow) at JetBrains.UI.Application.WindowUtil.<>c__DisplayClass1c.<>c__DisplayClass20.<ShowDialogWithGuardedCreation>b__1a() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.Threading.IThreadingEx.<>c__DisplayClass7.<>c__DisplayClass9.<ExecuteOrQueueWhenNotGuarded>b__4() at JetBrains.Threading.JetDispatcher.Closure.Execute() at JetBrains.Threading.JetDispatcher.ProcessQueue() 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)