Reporter | ReSharper anonymous (resharper) |
---|---|
Created | Jun 21, 2011 2:38:03 AM |
Updated | Apr 15, 2012 11:17:46 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | No subsystem |
Affected versions | 6.0 |
Fixed in build | No Fixed in build |
ReSharper 6.0 EAP Version=6.0.2150.5, Built=2011-05-09T04:28:06, Configuration=“Csharp PublicMode Vbnet VS1000”
The text range must be normalized.
--- EXCEPTION #1/2 [AssertionException]
Message = “The text range must be normalized.”
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 = “The text range must be normalized.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.30319.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
The text range must be normalized.
--- EXCEPTION #1/2 [AssertionException]
Message = “The text range must be normalized.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.Util
StackTraceString = “
at JetBrains.Util.TextRange.AssertNormalized() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Util\src\Text\TextRange.cs:line 369 at JetBrains.DocumentModel.Impl.DocumentBase.GetText(TextRange range) in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\DocumentModel\src\impl\DocumentBase.cs:line 177 at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.GetText(TextRange fromRange) in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\VSIntegration\src\DocumentModel\Whidbey\VsDocumentWhidbey.cs:line 216 at JetBrains.ReSharper.Feature.Services.CodeCompletion.CodeCompletionManager.GetCompletionResult(CodeCompletionType codeCompletionType, ITextControl textControl) in c:\BuildAgent\work\c4b2ec378d776aaa\src\Feature.Services\src\CodeCompletion\CodeCompletionManager.cs:line 359 at JetBrains.ReSharper.Feature.Services.CodeCompletion.AutomaticCodeCompletionSession.AsyncCompletionExecutor.Work() in c:\BuildAgent\work\c4b2ec378d776aaa\src\Feature.Services\src\CodeCompletion\AutomaticCodeCompletionSession.cs:line 172 at JetBrains.Application.InterruptableReadActivity.DoWork() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Shell\src\InterruptableReadActivity.cs:line 211 at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Shell\src\InterruptableReadActivity.cs:line 101
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The text range must be normalized.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.30319.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Shell\src\InterruptableReadActivity.cs:line 134 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Util\src\Logger\Logger.cs:line 245 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\c4b2ec378d776aaa\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 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()