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

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

$
0
0
Reporter Kirill Skrygan (kirillskrygan) Kirill Skrygan (kirillskrygan)
Created Mar 21, 2012 8:15:20 PM
Updated Mar 21, 2012 8:18:40 PM
Resolved Mar 21, 2012 8:18:40 PM
Priority Show-stopper
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Sergey Coox (coox)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7.0 ASL - branch Version=7.0.0.0, Built=2012-03-21T11:37:14, Configuration=“Csharp InternalMode Vbnet VS1100”
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.ProjectModel
StackTraceString = “
  at JetBrains.ProjectModel.Impl.ProjectManagerBase.CloseProjectInstance(IProject project) in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\ProjectManagerBase.cs:line 198
     at JetBrains.ProjectModel.Impl.ProjectManagerBase.CloseProject(IProject project) in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\ProjectManagerBase.cs:line 244
     at JetBrains.ProjectModel.Impl.ProjectManagerInitializer.<>c__DisplayClass4.<.ctor>b__1() in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\ProjectManagerBase.cs:line 39


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logger.LogException(Exception ex) in c:\Work\ReSharper_hg\Platform\src\Util\src\Logger\Logger.cs:line 622
     at JetBrains.ProjectModel.Impl.ProjectManagerInitializer.<>c__DisplayClass4.<.ctor>b__1() in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\ProjectManagerBase.cs:line 43
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 363
     at JetBrains.DataFlow.LifetimeDefinition.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\LifetimeDefinition.cs:line 40
     at JetBrains.Application.Components.ComponentContainer.LifetimeDescriptor.Dispose() in c:\Work\ReSharper_hg\Platform\src\ComponentModel\src\Components\ComponentContainer.Resolve.cs:line 340
     at JetBrains.Application.Components.TypeComponentDescriptor.Dispose() in c:\Work\ReSharper_hg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 300
     at JetBrains.Application.Components.ComponentContainer.DisposeDescriptor(IComponentDescriptor descriptor) in c:\Work\ReSharper_hg\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 140
     at JetBrains.Application.Components.ComponentContainer.<>c__DisplayClass2.<RegisterDescriptors>b__1() in c:\Work\ReSharper_hg\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 65
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 363
     at JetBrains.DataFlow.LifetimeDefinition.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\LifetimeDefinition.cs:line 40
     at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<ForEachItemCore>b__f(AddRemoveEventArgs`1 args) in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 226
     at JetBrains.DataFlow.CollectionEvents`1.OnAcknowledgeSinkAddRemove(Action`1 handler, AddRemove addremove) in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 454
     at JetBrains.DataFlow.CollectionEvents`1.<.ctor>b__1(Action`1 handler) in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 124
     at JetBrains.DataFlow.Infra.SignalWithDelegates`1.OnAfterUnadvise(Action`1 handler) in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Infra\SignalWithDelegates!1.cs:line 63
     at JetBrains.DataFlow.Signal`1.<>c__DisplayClass2.<AdviseCore>b__1() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 273
     at JetBrains.DataFlow.Lifetime.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\Lifetime.cs:line 363
     at JetBrains.DataFlow.LifetimeDefinition.Terminate() in c:\Work\ReSharper_hg\Platform\src\Util\src\DataFlow\Lifetime\LifetimeDefinition.cs:line 40
     at JetBrains.ProjectModel.Impl.SolutionInstance.CloseSolutionInstance() in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\SolutionInstance.cs:line 76
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CloseSolutionInstance(SolutionInstance instance) in c:\Work\ReSharper_hg\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 75
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.<OnBeforeCloseSolution>b__15() in c:\Work\ReSharper_hg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 318
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() in c:\Work\ReSharper_hg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Work\ReSharper_hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\Work\ReSharper_hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\Work\ReSharper_hg\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\Work\ReSharper_hg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OnBeforeCloseSolution(Object pUnkReserved) in c:\Work\ReSharper_hg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 312
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     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.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(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>