Created
November 16, 2016 03:08
-
-
Save smallgeek/44daeebea2086079370cc78331844750 to your computer and use it in GitHub Desktop.
VS が Intellisense で落ちたときのエラー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
アプリケーション:devenv.exe | |
フレームワークのバージョン:v4.0.30319 | |
説明: ハンドルされない例外のため、プロセスが中止されました。 | |
例外情報:System.IndexOutOfRangeException | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.GetNthTypeParameter(Microsoft.CodeAnalysis.INamedTypeSymbol, Int32) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseTypeParameterSymbol(System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseSymbolId(System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseTypeSymbol() | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseTypeArguments(System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.GetMatchingTypes(Microsoft.CodeAnalysis.INamespaceOrTypeSymbol, System.String, System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.GetMatchingTypes(System.Collections.Generic.IReadOnlyList`1<Microsoft.CodeAnalysis.ISymbol>, System.String, System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseNamedSymbol(System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.ParseSymbolId(System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId+Parser.Parse(System.String, Microsoft.CodeAnalysis.Compilation, System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.SymbolId.GetFirstSymbolForId(System.String, Microsoft.CodeAnalysis.Compilation) | |
場所 Microsoft.CodeAnalysis.Completion.Providers.SymbolCompletionItem.DecodeSymbols(System.Collections.Generic.List`1<System.String>, Microsoft.CodeAnalysis.Compilation, System.Collections.Generic.List`1<Microsoft.CodeAnalysis.ISymbol>) | |
場所 Microsoft.CodeAnalysis.Completion.Providers.SymbolCompletionItem+<GetSymbolsAsync>d__6.MoveNext() | |
例外情報:System.AggregateException | |
場所 System.Threading.Tasks.Task.Wait(Int32, System.Threading.CancellationToken) | |
場所 Microsoft.CodeAnalysis.Completion.Providers.AbstractMemberInsertingCompletionProvider+<GenerateMemberAndUsingsAsync>d__9.MoveNext() | |
場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) | |
場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) | |
場所 Microsoft.CodeAnalysis.Completion.Providers.AbstractMemberInsertingCompletionProvider+<DetermineNewDocumentAsync>d__8.MoveNext() | |
場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) | |
場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) | |
場所 Microsoft.CodeAnalysis.Completion.Providers.AbstractMemberInsertingCompletionProvider+<GetChangeAsync>d__7.MoveNext() | |
場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) | |
場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) | |
場所 Microsoft.CodeAnalysis.Completion.CompletionServiceWithProviders+<GetChangeAsync>d__31.MoveNext() | |
例外情報:System.AggregateException | |
場所 System.Threading.Tasks.Task.Wait(Int32, System.Threading.CancellationToken) | |
場所 Roslyn.Utilities.TaskExtensions.WaitAndGetResult[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Threading.Tasks.Task`1<System.__Canon>, System.Threading.CancellationToken) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Controller.Commit(Microsoft.CodeAnalysis.Editor.PresentationItem, Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Model, System.Nullable`1<Char>, System.Threading.CancellationToken) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Controller.Commit(Microsoft.CodeAnalysis.Editor.PresentationItem, Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Model, System.Nullable`1<Char>) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Controller.CommitItem(Microsoft.CodeAnalysis.Editor.PresentationItem) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Controller+Session.OnPresenterSessionItemCommitted(System.Object, Microsoft.CodeAnalysis.Editor.PresentationItemEventArgs) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Presentation.CompletionPresenterSession.OnCompletionItemCommitted(Microsoft.CodeAnalysis.Editor.PresentationItem) | |
場所 Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.Completion.Presentation.CustomCommitCompletion.Commit() | |
場所 Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionSession.Commit() | |
場所 Microsoft.VisualStudio.Language.Intellisense.Implementation.DefaultCompletionSetPresenter.OnListBox_MouseDoubleClick(System.Object, System.Windows.Input.MouseButtonEventArgs) | |
場所 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) | |
場所 System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) | |
場所 System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) | |
場所 System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) | |
場所 System.Windows.Controls.Control.OnMouseDoubleClick(System.Windows.Input.MouseButtonEventArgs) | |
場所 System.Windows.Controls.Control.HandleDoubleClick(System.Object, System.Windows.Input.MouseButtonEventArgs) | |
場所 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) | |
場所 System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) | |
場所 System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent) | |
場所 System.Windows.UIElement.OnMouseDownThunk(System.Object, System.Windows.Input.MouseButtonEventArgs) | |
場所 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) | |
場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) | |
場所 System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) | |
場所 System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) | |
場所 System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs) | |
場所 System.Windows.Input.InputManager.ProcessStagingArea() | |
場所 System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs) | |
場所 System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport) | |
場所 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32) | |
場所 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef) | |
場所 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) | |
場所 MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) | |
場所 MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) | |
場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) | |
場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) | |
場所 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) | |
場所 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment