Reporter | Vladimir Reshetnikov (nikov) |
---|---|
Created | Nov 12, 2011 4:33:54 AM |
Updated | Nov 25, 2011 8:50:41 PM |
Resolved | Nov 17, 2011 7:43:29 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Duplicate |
Assignee | Sergey Coox (coox) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 EAP Version=6.1.1.12309, Built=2011-11-10T11:21:14, 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.40208.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\f4954dbf762b12ec\Platform\src\Util\src\Text\TextRange.cs:line 380 at JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.TextLookupRanges..ctor(TextRange insertRange, Boolean shortNameRange, TextRange replaceRange) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\CodeCompletion\Infrastructure\TextLookupRanges.cs:line 39 at JetBrains.ReSharper.Feature.Services.VB.CodeCompletion.VBCodeCompletionContextProvider.GetCompletionContext(CodeCompletionContext context) in C:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services.VB\src\CodeCompletion\VBCodeCompletionContextProvider.vb:line 105 at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.<GetContextProviders>b__2(<>f__AnonymousType7`2 x) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\CodeCompletion\IntellisenseManager.cs:line 114 at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at JetBrains.Util.CollectionUtil.<WhereNotNullCore>d__6b`1.MoveNext() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1856 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetContextProviders(List`1 basicContexts) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\CodeCompletion\IntellisenseManager.cs:line 114 at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetCompletionResult(CodeCompletionType codeCompletionType, ITextControl textControl, AutocompletionBehaviour autocompletionBehaviourInitial) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\CodeCompletion\IntellisenseManager.cs:line 367 at JetBrains.ReSharper.Feature.Services.CodeCompletion.AutomaticCodeCompletionSession.AsyncCompletionExecutor.Work() in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\CodeCompletion\AutomaticCodeCompletionSession.cs:line 173 at JetBrains.Application.InterruptableReadActivity.DoWork() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 209 at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 100
--- 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.40208.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.InterruptableReadActivity.WorkerThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Shell\src\InterruptableReadActivity.cs:line 133 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Logger\Logger.cs:line 245 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\f4954dbf762b12ec\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()