Reporter | Martin Moe (brumlemann) |
---|---|
Created | Feb 20, 2012 6:19:12 PM |
Updated | Feb 20, 2012 6:19:12 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.37.86, Built=2011-12-20T20:15:24, Configuration=“Csharp InternalMode Vbnet VS1000”
Processing file <Tests>\<Confirmit.Authoring.Storage.IntegrationTests>\RestServiceClient\ProjectStoreClientNodeTests.cs 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 = “Processing file <Tests>\<Confirmit.Authoring.Storage.IntegrationTests>\RestServiceClient\ProjectStoreClientNodeTests.cs 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 = “
”
Processing file <Tests>\<Confirmit.Authoring.Storage.IntegrationTests>\RestServiceClient\ProjectStoreClientNodeTests.cs 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.Psi.Impl.CachedModuleDependencies.GetModuleReferences(IPsiModule module) at JetBrains.ReSharper.Psi.Impl.PsiModuleManagerImpl.GetModuleReference(IPsiModule fromModule, IPsiModule toModule) at JetBrains.ReSharper.Psi.PsiModuleExtensions.GetModuleReference(IPsiModule fromModule, IPsiModule toModule) at JetBrains.ReSharper.Psi.Impl.Caches2.SymbolCache.ModuleDeclarationsScope.Accepts(IPsiModule module) at JetBrains.ReSharper.Psi.Impl.Caches2.SymbolCache.DeclarationsScopeBase.Accepts(ITypeElement typeElement) at JetBrains.ReSharper.Psi.Impl.Caches2.SymbolCache.DeclarationsCacheBase.GetTypeElementsByCLRName(IClrTypeName clrTypeName) at JetBrains.ReSharper.Psi.Impl.Reflection2.DeclaredTypeFromReflectionClassType.GetTypeElementInternal() at JetBrains.ReSharper.Psi.Impl.Reflection2.ReflectionClassTypeBase.DecodeType(IPsiServices psiServices, ITypeMember context, IPsiModule module, Boolean[] dynamic, Int32& dynamicIndx) at JetBrains.ReSharper.Psi.Impl.Reflection2.CompiledElementBase.DecodeType(ReflectionType type, Nullable`1 dynamicDecoderOffset) at JetBrains.ReSharper.Psi.Impl.Reflection2.CompiledElementBase.DecodeType(ReflectionType type, Boolean decodeDynamic) at JetBrains.ReSharper.Psi.Impl.Reflection2.CompiledTypeElement.<GetSuperTypes>b__1() at JetBrains.ReSharper.Psi.Impl.TypeElementInheritanceCache.CacheImmediateSuperTypes(ITypeElement typeElement, Func`1 calculator) at JetBrains.ReSharper.Psi.Impl.Reflection2.CompiledTypeElement.GetSuperTypes() at JetBrains.ReSharper.Psi.Impl.Reflection2.Class.GetSuperTypes() at JetBrains.ReSharper.Psi.Impl.TypeElementInheritanceCache.BuildSuperTypes(IPsiModule originalModule, ITypeElement typeElement, HashSet`1 visited) at JetBrains.ReSharper.Psi.Impl.TypeElementInheritanceCache.GetSuperTypes(ITypeElement subType, HashSet`1 visited) at JetBrains.ReSharper.Psi.Impl.TypeElementInheritanceCache.IsDescendantOf(ITypeElement subType, ITypeElement superType) at JetBrains.ReSharper.Psi.ExtensionsAPI.DeclaredElements.TypeElementImplUtil.ComputeSubstitution(ITypeElement subtype, ITypeElement type) at JetBrains.ReSharper.Psi.TypeElementExtensions.GetAncestorSubstitution(ITypeElement typeElement, ITypeElement ancestorTypeElement) at JetBrains.ReSharper.Psi.Util.CLRTypeConversionUtil.ImplicitVariantConvertible(IDeclaredType from, IDeclaredType to, Func`3 impicitReferenceConversionCheck) at JetBrains.ReSharper.Psi.Util.CLRTypeConversionUtil.ClrIsImplicitlyConvertiblePredefined(IType from, IType to) at JetBrains.ReSharper.Psi.CSharp.Impl.CSharpTypeConversionRule.IsImplicitlyConvertiblePredefinedImpl(IType from, IType to) at JetBrains.ReSharper.Psi.CSharp.Impl.CSharpTypeConversionRule.IsImplicitlyConvertiblePredefined(IType from, IType to) at JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.AsExpressionProblemAnalyzer.Run(ITreeNode element, ElementProblemAnalyzerData data, IHighlightingConsumer consumer) at JetBrains.ReSharper.Daemon.Stages.Dispatcher.ElementProblemAnalyzerRegistrar.ElementAnalyzerDispatcher.Run(ITreeNode element, IHighlightingConsumer consumer) at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpErrorStageProcess.VisitNode(ITreeNode element, IHighlightingConsumer consumer) at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitCSharpExpression(ICSharpExpression cSharpExpressionParam, TContext context) at JetBrains.ReSharper.Psi.CSharp.Tree.TreeNodeVisitor`1.VisitAsExpression(IAsExpression asExpressionParam, TContext context) at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.AsExpression.Accept[TContext](TreeNodeVisitor`1 visitor, TContext context) at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpDaemonStageProcessBase.ProcessAfterInterior(ITreeNode element, IHighlightingConsumer consumer) at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.ProcessorBase.ProcessAfterInterior(ITreeNode element) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.RecursiveElementProcessorProxy.ProcessAfterInterior(ITreeNode element, Object context) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants[TContext](ITreeNode root, IRecursiveElementProcessor`1 processor, TContext context) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessThisAndDescendants(ITreeNode root, IRecursiveElementProcessor processor) at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass11.<Execute>b__7(ICSharpTypeMemberDeclaration declaration) at JetBrains.ReSharper.Daemon.CSharp.Stages.CSharpIncrementalDaemonStageProcessBase.<>c__DisplayClass19.<>c__DisplayClass1d.<Execute>b__f() at JetBrains.Application.Threading.MultiCoreFibersPool.Fibers.<>c__DisplayClassa.<EnqueueJobImpl>b__8()
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Processing file <Tests>\<Confirmit.Authoring.Storage.IntegrationTests>\RestServiceClient\ProjectStoreClientNodeTests.cs 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.Application.Threading.MultiCoreFibersPool.Fibers.<>c__DisplayClassa.<EnqueueJobImpl>b__8() at JetBrains.Application.Threading.MultiCoreFibersPool.FiberProc() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.Application.Threading.MultiCoreFibersPool.<.ctor>b__1() at System.Threading.ThreadHelper.ThreadStart_Context(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.Threading.ThreadHelper.ThreadStart()