Reporter | Alexander Nesterenko (alexn) |
---|---|
Created | Feb 7, 2012 3:37:47 PM |
Updated | Feb 7, 2012 3:37:47 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-20T18:15:24, Configuration=“Csharp InternalMode Vbnet VS1000”
An exception has occurred during action 'CompleteCodeBasic' execution. Length cannot be less than zero. Parameter name: length
--- EXCEPTION #1/2 [ArgumentOutOfRangeException]
Message = “Length cannot be less than zero.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentOutOfRangeException
HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
Source = mscorlib
ParamName = length
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “
An exception has occurred during action 'CompleteCodeBasic' execution. Length cannot be less than zero.
Parameter name: length
”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
An exception has occurred during action 'CompleteCodeBasic' execution. Length cannot be less than zero. Parameter name: length
--- EXCEPTION #1/2 [ArgumentOutOfRangeException]
Message = “Length cannot be less than zero.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentOutOfRangeException
HResult = COR_E_ARGUMENTOUTOFRANGE=80131502
Source = mscorlib
ParamName = length
StackTraceString = “
at System.String.CtorCharArrayStartLength(Char[] value, Int32 startIndex, Int32 length) at JetBrains.Text.ArrayBuffer.GetText(TextRange range) at JetBrains.DocumentModel.Impl.DocumentBase.GetText(TextRange range) at JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.GetText(TextRange fromRange) at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.GetCompletionResult(CodeCompletionType codeCompletionType, ITextControl textControl, AutocompletionBehaviour autocompletionBehaviourInitial) at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.<>c__DisplayClass1e.<ExecuteManualCompletion>b__1d(LifetimeDefinition def, Lifetime lifetime) at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.ExecuteManualCompletion(CodeCompletionType codeCompletionType, ITextControl textControl, ISolution solution, Action onItemCompleted, AutocompletionBehaviour autocompletionBehaviourInitial, LookupReplaceBehaviour replaceBehaviour, Boolean forceSoft) at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.CodeCompletionActionBase.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.CompleteCodeBasicAction.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context)
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “
An exception has occurred during action 'CompleteCodeBasic' execution. Length cannot be less than zero.
Parameter name: length
”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) at JetBrains.ActionManagement.ActionManager.<>c__DisplayClass6.<ExecuteActionIfAvailable>b__5(Lifetime lifetime) at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) at JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(IExecutableAction action, IDataContext dataContextOverride) at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Overridden(CommandID commandid) at JetBrains.VsIntegration.ActionManagement.VsActionManager.<>c__DisplayClass1a.<OleCommandTargetExec>b__17() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(CommandID commandid, OLECMDEXECOPT nCmdExecOpt, IntPtr vIn, IntPtr vOut, VsCommandHandlerStage stage) at JetBrains.VsIntegration.ActionManagement.VsActionManagerPriorityCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)