Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent Exception While Working #12

Closed
tamimsalem opened this issue Jul 1, 2014 · 3 comments
Closed

Intermittent Exception While Working #12

tamimsalem opened this issue Jul 1, 2014 · 3 comments

Comments

@tamimsalem
Copy link

While working I get a random error, so far I couldn't figure out a scenario, here is the error window I get:

encourage error

The log has the following entry for the error:

801 2014/07/01 09:37:05.314 Error Editor or Editor Extension System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index at Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection.get_Item(Int32 index) at Microsoft.VisualStudio.Language.Intellisense.Implementation.Helpers.GetEncapsulatingSpan(ITextView textView, ITrackingSpan span1, ITrackingSpan span2) at Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultSignatureHelpPresenter.ComputePresentationSpan() at Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultSignatureHelpPresenter.OnSessionSignaturesChanged(Object sender, NotifyCollectionChangedEventArgs e) at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e) at System.Collections.ObjectModel.ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args) at System.Collections.ObjectModel.ReadOnlyObservableCollection`1.HandleCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e) at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) at Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e) at System.Collections.ObjectModel.ObservableCollection`1.RemoveItem(Int32 index) at Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection`1.RemoveItem(Int32 index) at System.Collections.ObjectModel.Collection`1.Remove(T item) at Microsoft.VisualStudio.Language.Intellisense.Implementation.SignatureHelpSession.OnCaretPositionChanged(Object sender, CaretPositionChangedEventArgs e) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)

I hope this is enough to figure out the problem.

@haacked
Copy link
Owner

haacked commented Jul 1, 2014

Weird, I don't see us in the stack trace there. @jaredpar any ideas?

@jaredpar
Copy link
Collaborator

jaredpar commented Jul 1, 2014

Do u have any other extensions installed?

@haacked
Copy link
Owner

haacked commented Apr 20, 2017

I don't think this is due to Encourage. Going to close this.

@haacked haacked closed this as completed Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants