Reporter | Kirill Falk (kfalk) |
---|---|
Created | Feb 22, 2012 12:24:03 PM |
Updated | Feb 22, 2012 6:44:35 PM |
Priority | Show-stopper |
Type | Exception |
Fix versions | Next |
State | Open |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper Current Development Version=6.5.1.4955, Built=2012-02-22T07:17:45, Configuration=“Csharp PublicMode Vbnet VS1100”
Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.Psi
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.Psi
StackTraceString = “
at JetBrains.ReSharper.Psi.Impl.CachedModuleDependencies.AssertModuleInformationIsCached(IPsiModule module) 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 System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at JetBrains.ReSharper.Psi.Impl.Caches2.SymbolCache.DeclarationsScopeBase.Accepts(INamespace namespace) at JetBrains.ReSharper.Psi.Impl.Caches2.SymbolCache.CacheTrieNode.FillDeclaredElements(IDeclarationsScope scope, Func`2 predicate, LocalList`1& result) at JetBrains.ReSharper.Psi.ExtensionsAPI.Caches2.Namespace.GetNestedElements(IDeclarationsCache cache, String shortName, Boolean caseSensitive) at JetBrains.ReSharper.Psi.Impl.Resolve.NamespaceSymbolTable.GetSymbolInfos(String name) at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.MergedSymbolTable.GetSymbolInfos(String name) at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.MultipleFilterNamedSymbolTable.GetSymbolInfos(String name) at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.MultipleFilterNamedSymbolTable.GetSymbolInfosConstitutingResolveResult(String name, IResolveInfo& resolveInfo) at JetBrains.ReSharper.Psi.CSharp.Impl.Resolve.CSharpResolveUtil.GetCSharpResolveResult(ISymbolTable symbolTable, String name) at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameStub.ReferenceNameReference.Resolve(ISymbolTable symbolTable, IAccessContext context) at JetBrains.ReSharper.Psi.Resolve.NonQualifiedReferencesResolveBase.ResolveNonqualifiedQualifiableReference(ResolveContext resolveContext, IQualifiableReference reference, ISymbolTable table, IAccessContext accessContext) at JetBrains.ReSharper.Psi.Resolve.NonQualifiedReferencesResolveBase.VisitNonqualifiedQualifiableReference(IQualifiableReference reference) at JetBrains.ReSharper.Psi.Resolve.AllNonQualifiedReferencesResolver.VisitElement(ITreeNode element) at JetBrains.ReSharper.Psi.Resolve.Resolver.ProcessAfterInterior(ITreeNode element) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendantForResolve(IRecursiveElementProcessor processor, ITreeNode descendant) at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement.ProcessDescendantsForResolve(IRecursiveElementProcessor processor) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendantForResolve(IRecursiveElementProcessor processor, ITreeNode descendant) at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement.ProcessDescendantsForResolve(IRecursiveElementProcessor processor) at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendantForResolve(IRecursiveElementProcessor processor, ITreeNode descendant) at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement.ProcessDescendantsForResolve(IRecursiveElementProcessor processor) at JetBrains.ReSharper.Psi.Resolve.Resolver.Process(ITreeNode topElement) at JetBrains.ReSharper.Psi.Resolve.AllNonQualifiedReferencesResolver.Process(ITreeNode topElement) at JetBrains.ReSharper.Feature.Services.CodeStructure.CodeStructureProvider.GetCodeStructureRoot(IPsiSourceFile sourceFile, CodeStructureOptions options) at JetBrains.ReSharper.Features.Browsing.CodeStructure.CodeStructureBrowser.BuildCache(IPsiSourceFile sourceFile) at JetBrains.ReSharper.Features.Browsing.CodeStructure.CodeStructureBrowser.UpdateCache(KeyValuePair`2 cachePair, CodeStructurePresenter presenter) at JetBrains.ReSharper.Features.Browsing.CodeStructure.CodeStructureBrowser.PerformBackgroundUpdate() at JetBrains.ReSharper.Features.Browsing.CodeStructure.CodeStructureBrowser.BackgroundUpdate.Work() at JetBrains.Application.InterruptableReadActivity.DoWork() at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc()
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Cannot find cached reference info for module WindowsFormsApplication3 (JetBrains.ReSharper.Psi.Impl.DefaultPsiModuleProvider+DefaultProjectPsiModule)”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.ManagedThreadName = “Pool Thread #0”
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.Application.InterruptableReadActivity.WorkerThreadProc() at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() 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()