Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-193637: Object reference not set to an instance of an object.

$
0
0
Reporter Victor Kropp (victor.kropp) Victor Kropp (victor.kropp)
Created Oct 15, 2010 8:20:39 PM
Updated Feb 17, 2012 10:49:15 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Daniel Degtyarev (daniel.degtyarev)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
6.0 EAP Version=6.0.2011.1, Built=2010-10-15T17:48:14, Configuration=“Csharp InternalMode Vbnet VS1000”
Just turned on Highlight current line option
Object reference not set to an instance of an object.

--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.Platform.ReSharper.UI
StackTraceString = “
  at JetBrains.UI.TreeView.TreeModelView.CalculateNodeHeight(Graphics g, TreeModelViewNode viewNode) in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1265
     at JetBrains.UI.TreeView.TreeModelView.RaiseCalcNodeHeight(TreeListNode node, Int32& nodeHeight) in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1291
     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) in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 200
     at JetBrains.UI.Options.OptionsDialog.OnCurrentPage_TreeSelection(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\Options\OptionsDialog.cs:line 537
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Property!1.cs:line 776


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.VsVersion = 10.0.30319.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.DataFlow.Property`1.PropertyChangeSignal.Acknowledge(Action`1 handler, AddRemove addremove) in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Property!1.cs:line 780
     at JetBrains.DataFlow.Property`1.PropertyChangeSignal.OnAfterUnadvise(Action`1 handler) in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Property!1.cs:line 804
     at JetBrains.DataFlow.Signal`1.<Init>b__1e() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Signal!1.cs:line 318
     at JetBrains.DataFlow.TryFinally.NonFinalizableDisposable.Close() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\TryFinally.cs:line 478
     at JetBrains.DataFlow.TryFinally.NonFinalizableDisposable.Dispose() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\TryFinally.cs:line 519
     at JetBrains.DataFlow.Disposables.DisposeAnnotated() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 331
at Lifetime(Disposables::Signal`1).Terminate(Action )
     at JetBrains.DataFlow.Disposables.Dispose() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 303
     at JetBrains.DataFlow.Signal`1.Dispose() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Signal!1.cs:line 434
     at JetBrains.DataFlow.Disposables.DisposeAnnotated() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 331
at Lifetime(Disposables::Property`1).Terminate(Action )
     at JetBrains.DataFlow.Disposables.Dispose() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 303
     at JetBrains.DataFlow.Disposables.DisposeAnnotated() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 331
at Lifetime(Disposables::Anonimous).Terminate(Action )
     at JetBrains.DataFlow.Disposables.Dispose() in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\DataFlow\Disposables.cs:line 303
     at JetBrains.UI.Options.OptionsDialog.Dispose(Boolean disposing) in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\Options\OptionsDialog.cs:line 887
     at System.ComponentModel.Component.Dispose()
     at JetBrains.UI.Options.OptionsManager.ShowOptions() in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\Options\OptionsManager.cs:line 235
     at JetBrains.UI.Options.ShowOptionsAction.<Execute>b__0() in c:\BuildAgent\work\8d118164b6092617\Platform\src\UI\src\Options\ShowOptionsAction.cs:line 14
at Action(ShowOptions).Execute(Action )
     at JetBrains.Threading.JetDispatcher.Closure.Execute(Object dummy) in c:\BuildAgent\work\8d118164b6092617\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 591
     at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
     at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
     at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
     at System.Delegate.DynamicInvokeImpl(Object[] args)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
     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.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
     at System.Windows.Forms.Control.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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>