Reporter |
![]() |
---|---|
Created | Feb 13, 2012 7:47:15 PM |
Updated | Feb 13, 2012 7:47:15 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.40.28, Built=2012-01-25T21:59:26, Configuration=“Csharp InternalMode Vbnet VS1000”
The given key was not present in the dictionary.
--- EXCEPTION #1/2 [KeyNotFoundException]
Message = “The given key was not present in the dictionary.”
ExceptionPath = Root.InnerException
ClassName = System.Collections.Generic.KeyNotFoundException
HResult = COR_E_KEYNOTFOUND=80131577
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The given key was not present in the dictionary.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
The given key was not present in the dictionary.
--- EXCEPTION #1/2 [KeyNotFoundException]
Message = “The given key was not present in the dictionary.”
ExceptionPath = Root.InnerException
ClassName = System.Collections.Generic.KeyNotFoundException
HResult = COR_E_KEYNOTFOUND=80131577
Source = mscorlib
StackTraceString = “
at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at JetBrains.ReSharper.Daemon.UsageChecking.ElementIdCache.get_Item(IDeclaredElement element) at JetBrains.ReSharper.Daemon.UsageChecking.CollectUsagesStageProcess.get_UsedElementIds() at JetBrains.ReSharper.Daemon.SolutionAnalysis.UsagesInfo..ctor(CollectUsagesStageProcess daemonStage) at JetBrains.ReSharper.Daemon.SolutionAnalysis.UsagesInfo.FromDaemonProcess(IDaemonProcess process) at JetBrains.ReSharper.Daemon.SolutionAnalysis.SolutionAnalysisManager.StoreAdditionalInfo(IDaemonProcess process, IGlobalUsageChecker globalUsageChecker) at JetBrains.ReSharper.Daemon.SolutionAnalysis.SolutionAnalysisManager.FilePartlyReanalyzed(IProjectFile file, IDaemonProcess process, DaemonProcessKind processKind) at JetBrains.ReSharper.Daemon.SolutionAnalysis.SolutionAnalysisServiceImpl.FilePartlyReanalyzed(IPsiSourceFile sourceFile, IDaemonProcess daemonProcess, DaemonProcessKind processKind) at JetBrains.ReSharper.Daemon.Impl.DaemonProcessBase.DoHighlighting(DaemonProcessKind processKind, Action`1 commiter) at JetBrains.ReSharper.Daemon.Impl.VisibleDocumentDaemonProcess.DoHighlighting(Boolean globalAnalysisStages) at JetBrains.ReSharper.Daemon.Impl.VisibleDocumentDaemonProcess.<>c__DisplayClass3.<EnqueueHighlightingJob>b__1() at JetBrains.ReSharper.Daemon.Impl.DaemonThread.DaemonThreadProc()
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The given key was not present in the dictionary.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.Daemon.Impl.DaemonThread.DaemonThreadProc() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.ReSharper.Daemon.Impl.DaemonThread.<.ctor>b__2() at System.Threading.ThreadHelper.ThreadStart_Context(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.Threading.ThreadHelper.ThreadStart()