Reporter | Slava Trenogin (derigel) |
---|---|
Created | Apr 3, 2012 1:44:19 PM |
Updated | Apr 3, 2012 4:01:00 PM |
Priority | Show-stopper |
Type | Exception |
Fix versions | 7.0 Preview |
State | Submitted |
Assignee | Kirill Skrygan (kirillskrygan) |
Subsystem | No subsystem |
Affected versions | 7.0 Preview |
Fixed in build | No Fixed in build |
ReSharper 7.0 Version=7.0.0.0, Built=2012-04-03T09:32:11, Configuration=“Csharp InternalMode Vbnet VS1100”
Can't get project file from sdk PsiSourceFile while getting the document
--- EXCEPTION #1/2 [AssertionException]
Message = “Can't get project file from sdk PsiSourceFile while getting the document”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.Util
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Can't get project file from sdk PsiSourceFile while getting the document”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = js
Data.ManagedThreadName = “Cache.ParseFiles #4”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Can't get project file from sdk PsiSourceFile while getting the document
--- EXCEPTION #1/2 [AssertionException]
Message = “Can't get project file from sdk PsiSourceFile while getting the document”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.Util
StackTraceString = “
at JetBrains.Util.Assertion.Fail(String message) in d:\ReSharper\Platform\src\Util\src\Assertion.cs:line 54 at JetBrains.Util.Assertion.AssertNotNull(Object condition, String message) in d:\ReSharper\Platform\src\Util\src\Assertion.cs:line 90 at JetBrains.ReSharper.Psi.Impl.SdkPsiModules.SdkContentPsiSourceFile.get_Document() in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\SdkPsiModules\SdkContentPsiSourceFile.cs:line 24 at JetBrains.ReSharper.Psi.Impl.Caches2.WordIndex.WordIndex.BuildWordList(IPsiSourceFile sourceFile, DocumentUpdatesAccumulator updatesAccumulator, Boolean isStartup) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\wordIndex\WordIndex.cs:line 118 at JetBrains.ReSharper.Psi.Impl.Caches2.WordIndex.WordIndex.Build(IPsiSourceFile sourceFile, Boolean isStartup) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\wordIndex\WordIndex.cs:line 378 at JetBrains.ReSharper.Psi.Impl.Caches2.CompositeCache.Build(IPsiSourceFile sourceFile, ICollection`1 startupCaches) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\CompositeCache.cs:line 134
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Can't get project file from sdk PsiSourceFile while getting the document”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = js
Data.ManagedThreadName = “Cache.ParseFiles #4”
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 d:\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 622 at JetBrains.ReSharper.Psi.Impl.Caches2.CompositeCache.Build(IPsiSourceFile sourceFile, ICollection`1 startupCaches) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\CompositeCache.cs:line 142 at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.AddProjectFilesJob.BuildSourceFile(IPsiSourceFile sourceFile) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\symbolCache\CacheUpdater.cs:line 444 at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.AddProjectFilesJob.<>c__DisplayClass25.<Do>b__1e(IPsiSourceFile file) in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\symbolCache\CacheUpdater.cs:line 398 at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.<>c__DisplayClass7`1.<>c__DisplayClass9.<ExecuteMultiCore>b__3() in e:\ReSharper\Psi.Features\src\Psi\_Core\src\impl\caches2\symbolCache\CacheUpdater.cs:line 161 at JetBrains.Application.Threading.MultiCoreFibersPool.Fibers.<>c__DisplayClassa.<EnqueueJobImpl>b__8() in e:\ReSharper\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 342 at JetBrains.Application.Threading.MultiCoreFibersPool.FiberProc() in e:\ReSharper\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 120 at JetBrains.Util.Logger.Catch(Action action) in d:\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Application.Threading.MultiCoreFibersPool.<.ctor>b__1() in e:\ReSharper\Platform\src\Shell\src\Threading\MultiCoreFibersPool.cs:line 86 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()