Massive R# error logs

Every day so far this week, I have a R# error log. The files range from 17Mb to 325Mb, and seem to be full of exceptions. Do these automatically get reported, or do I need to upload the logs somewhere?

The performance really seems to be suffering with VS2019 v16.1, and I suspect these exceptions are at least partly to blame.

Examples:

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Could not query the service provider for the service ID {66685CD1-6BE5-4285-A1A4-1CEBC413F04F}.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.ThreadLocalDebugInfo = ScheduleNextTask
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.VisualStudio.Core
StackTraceString = “
at JetBrains.VsIntegration.Shell.IServiceProviderEx.GetService(IServiceProvider sp, Guid ssid, Guid iid)
at JetBrains.VsIntegration.Shell.IServiceProviderEx.TryGetService(IServiceProvider sp, Guid serviceGuid, Guid interfaceGuid)


--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “Could not query the service provider for the service ID {66685CD1-6BE5-4285-A1A4-1CEBC413F04F}.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.Shell.IServiceProviderEx.TryGetService[TService,TInterface](IServiceProvider sp)
at JetBrains.Platform.VisualStudio.SinceVs15.ProjectModel.VsWorkspaceListener..ctor(Lifetime lifetime, ILogger logger, RawVsServiceProvider rawVsServiceProvider)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstanceOf(Type type, IValueResolveContext context)
at JetBrains.Application.Extensibility.PartCatalogTypeComponentDescriptor.CreateInstance(IValueResolveContext context)
at JetBrains.Application.Components.SingletonDescriptor.CreateInstanceChecked(OnError onError, IComponentContainer container)
at JetBrains.Application.Components.SingletonDescriptor.GetValue()
at JetBrains.Application.Components.InitializationStrategyDefault.Schedule(Lifetime lifetime, ICollection`1 dscs, IComponentContainer container)
at JetBrains.Application.Components.ComponentStorage.ComposeDescriptors(ICollection`1 descriptors)
at JetBrains.Application.Components.ComponentStorage.Compose()
at JetBrains.ProjectModel.SolutionInstance.OpenSolution(ISolutionOwner solutionOwner, ISolutionLoadTasksScheduler taskScheduler)
at JetBrains.ProjectModel.SolutionManagerBase.<>c__DisplayClass23_0.<CreateSolutionInstance>b__0()
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.<>c__DisplayClass21_0.<ExecuteTask>b__1()
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ExecuteTask(SolutionLoadTask task)
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.<Schedule>b__5_0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass11_0.<QueueReadLock>b__0()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
--- EXCEPTION #1/2 [ArgumentException]
Message = “Must specify property Set or Get or method call for a COM Object.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
Data.ThreadLocalDebugInfo = ScheduleNextTask
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = mscorlib
ParamName = bindingFlags
StackTraceString = “
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at JetBrains.VsIntegration.ProjectModel.ProjectProperties.ManagedProjectPropertiesBuilderUtil.GetSuggestedProjectConfigurationName(IVsHierarchy hierarchy)
at JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.ProjectModel.ProjectK.ProjectKCSharpProjectPropertiesBuilder.TryGetFromSuggestedProjectConfiguration(IVsHierarchy hierarchy)
at JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.ProjectModel.ProjectK.ProjectKCSharpProjectPropertiesBuilder.TrySetPlatformUnsafety(IVsHierarchy hierarchy, ManagedProjectBuildSettings managedProjectBuildSettings)
at JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.ProjectModel.ProjectK.ProjectKCSharpProjectPropertiesBuilder.<>c__DisplayClass18_0.<TrySetPlatform>b__0()
at JetBrains.VsIntegration.ProjectModel.ProjectProperties.ManagedProjectPropertiesBuilder.CheckForExceptions(Action getPropertyValue, Boolean& result)


--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “
Must specify property Set or Get or method call for a COM Object.
Parameter name: bindingFlags

ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.ProjectModel.ProjectK.ProjectKCSharpProjectPropertiesBuilder.TrySetPlatform(IVsHierarchy hierarchy, ManagedProjectBuildSettings managedProjectBuildSettings)
at JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.ProjectModel.ProjectK.ProjectKCSharpProjectPropertiesBuilder.RetrievePropertiesFromVSHierarchy(IVsHierarchy hierarchy, IProjectProperties projectProperties, FileSystemPath projectLocation, FileSystemPath projectFilePath)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.VSProjectModelDescriptionBuilder.CreateProjectProperties(IVsHierarchy hierarchy, ProjectPropertiesFactoryParameters parameters, Boolean updateProjectProperties, Boolean& arePropertiesCorrect)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.VSProjectModelDescriptionBuilder.GetOrCreateDescriptor(IVsHierarchy hierarchy, Dictionary`2 descriptors, UpdateFlags flags, JetHashSet`1 modifiedFiles)
at JetBrains.Platform.VisualStudio.SinceVs15.ProjectDocuments.VsProjectModelDescriptionBuilder15.GetOrCreateDescriptor(IVsHierarchy hierarchy, Dictionary`2 descriptors, UpdateFlags flags, JetHashSet`1 modifiedFiles)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.VSProjectModelDescriptionBuilder.BuildDescriptors(IEnumerable`1 hierarchies, UpdateFlags flags)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.ProjectModelSynchronizer.<>c__DisplayClass41_1.<<ScanHierarchiesOnOpen>b__2>d.MoveNext()
at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at JetBrains.VsIntegration.ProjectDocuments.Projects.Builder.ProjectModelSynchronizer.<>c__DisplayClass41_1.<ScanHierarchiesOnOpen>b__2()
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.<>c__DisplayClass21_0.<ExecuteTask>b__1()
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ExecuteTask(SolutionLoadTask task)
at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerAsync.<Schedule>b__5_0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Application.Threading.IShellLocksEx.<>c__DisplayClass11_0.<QueueReadLock>b__0()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_1.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.ExternalIdleProcessing.OnExternalDriverIdle()
at JetBrains.VsIntegration.Shell.VsDoIdleDispatcherSink.Microsoft.VisualStudio.OLE.Interop.IOleComponent.FDoIdle(UInt32 grfidlef)
--- EXCEPTION #1/2 [ArgumentException]
Message = “Value does not fall within the expected range.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
Data.ThreadLocalDebugInfo = ReentrancyGuardTaskScheduler::QueueTask
HResult = E_INVALIDARG=COR_E_ARGUMENT=80070057
Source = Microsoft.VisualStudio.Shell.Interop.12.0
StackTraceString = “
at Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable4.GetDocumentFlags(UInt32 cookie)
at JetBrains.Platform.VisualStudio.SinceVs12.ProjectDocuments.VsRunningDocumentTableSinceVs12.<>c__DisplayClass5_0.<GetDocumentFlags>b__0()
at JetBrains.VsIntegration.Interop.Shim.VsShell.Documents.VsRunningDocumentTable.Catch[T](OnError onError, Func`1 func)


--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “Value does not fall within the expected range.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.Interop.Shim.VsShell.Documents.VsRunningDocumentTable.Catch[T](OnError onError, Func`1 func)
at JetBrains.Platform.VisualStudio.SinceVs12.ProjectDocuments.VsRunningDocumentTableSinceVs12.GetDocumentFlags(VSCOOKIE docCookie)
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.<OnRegisterTextBuffer>d__34.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.OnRegisterTextBuffer(VsTextBufferData textBufferData, Boolean forceReregisterEventProjectFileIsTheSame)
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.<>c__DisplayClass30_1.<OnRdtAfterFirstDocumentLock>b__1()
at JetBrains.VsIntegration.ProjectDocuments.VsDocumentManagerWhidbey.<>c__DisplayClass16_0.<<-ctor>b__0>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(Object stateMachine)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run()
at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass39_0.<Create>b__1(Object state)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.<.ctor>b__3_0(Object state)
at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.ExecuteWithLock(Lifetime lifetime, SendOrPostCallback sendOrPostCallback, Object state)
at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.<>c__DisplayClass13_0.<ExecuteInternal>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
--- EXCEPTION #1/2 [NotSupportedException]
Message = “The remotable text control implementation does not support pixel coordinate operations.”
ExceptionPath = Root.InnerException
ClassName = System.NotSupportedException
HResult = COR_E_NOTSUPPORTED=80131515

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “The remotable text control implementation does not support pixel coordinate operations.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.TextControl.AnonymousTextControl.Position.JetBrains.TextControl.Coords.ITextControlPos.ToScreen()
at JetBrains.TextControl.Layout.TextControlAnchoringRect.UpdateAnchorGuarded(IAnchoringRect viewportAnchor, IShellLocks locks)
at JetBrains.TextControl.Layout.TextControlAnchoringRect.<>c__DisplayClass2_1.<.ctor>b__1()
at JetBrains.DataFlow.IPropertySignalEx.<>c__DisplayClass10_0`1.<Advise_NoAcknowledgement>b__0(PropertyChangedEventArgs`1 args)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget()
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged(PropertyChangedEventArgs`1 args)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie)
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlScrollingDevTen.SyncToVsGuarded(TransportTextControl transport, IWpfTextView vsTextView)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlScrollingDevTen.<>c__DisplayClass1_0.<.ctor>b__0()
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass0_0`1.<Advise>b__0(TValue value)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.SimpleSignal.Fire()
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlCommands.<>c__DisplayClass0_1.<.ctor>g__OnFinalHandlerDelegateBackToVs|1()
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass0_0`1.<Advise>b__0(TValue value)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.SimpleSignal.Fire()
at JetBrains.TextControl.BackendTextControlServices.<>c__DisplayClass1_0.<BindActionsAndTypingHandlers>b__3(ITypingContext context)
at JetBrains.TextControl.TextControlFinalTypingHandler.Registrar.<>c__DisplayClass0_0.<.ctor>g__OnTyping|0(ITypingContext context)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Handle[TContext,THandler](TContext context, IEnumerable`1 handlers, Func`4 chainedContextFactory)
at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.LiveTemplates.SurroundTemplates.SurroundSelectionTypingTracker.TypingHandler(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.PsiFeatures.VisualStudio.SinceVs11.TypingAssist.Xaml.XamlTypingHandlerWithExternalChangeCookie.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.PsiFeatures.VisualStudio.SinceVs11.TypingAssist.Html.HtmlTypingHandlerWithExternalChangeCookie.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupActions.TypingHandler.TryStartAutomaticCompletion(ITypingContext typingContext, Char c)
at JetBrains.ReSharper.Feature.Services.CodeCompletion.Lookup.LookupActions.TypingHandler.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.Xml.TypingAssist.ChangedTagNameTracker.HandleAction(ITextControl textControl, Action action, Func`2 selRangeConverter, Boolean shouldReCheckAfterNoMarkers)
at JetBrains.ReSharper.Feature.Services.Xml.TypingAssist.ChangedTagNameTracker.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.CodeCompletion.NextTypingHandler.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.ParameterInfo.ParameterInfoPopupController.TypingHandler.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Features.Intellisense.CodeCompletion.Sessions.CodeCompletionSessionManager.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.ReSharper.Feature.Services.TypingAssist.SkippingTypingAssist.Type(ITypingContext typingContext)
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallNext()
at JetBrains.TextControl.TextControlTypingHandlers.TypingContext.CallFirst(Lifetime lifetime, TypingHandler[] handlers, ITextControl textControl, Char ch, IShellLocks locks, TypingHandlerModificationKind kind)
at JetBrains.TextControl.TextControlTypingHandlers.Type(ITextControl textControl, Char c, TypingHandlerModificationKind kind)
at JetBrains.TextControl.BackendTextControlServices.<>c__DisplayClass1_0.<BindActionsAndTypingHandlers>b__2(Char ch)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Signal`1.Fire(TValue value)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlCommands.<>c__DisplayClass0_1.<.ctor>g__InterceptExecuteCommand|0(CommandID commandid, IntPtr pvaIn, ExecDelegateBackToVs FExecDelegateBackToVs)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlOleCommandTarget.<>c__DisplayClass11_2.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__1()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
at JetBrains.Platform.VisualStudio.SinceVs10.TextControl.TextControlComponents.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.SendCommand(Guid cmdGroup, UInt32 cmdID, Object inParam)
at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.TextInput(TextCompositionEventArgs args)
at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c.<DispatchTextInputEvents>b__6_0(KeyProcessor p, TextCompositionEventArgs args)
at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass10_1`1.<Dispatch>b__0()
at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)
at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.Dispatch[T](Action`2 action, T args)
at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass9_0.<MakeHandler>b__0(Object sender, TextCompositionEventArgs args)
at System.Windows.Input.TextCompositionEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.TextCompositionManager.UnsafeCompleteComposition(TextComposition composition)
at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.TextCompositionManager.UnsafeStartComposition(TextComposition composition)
at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndKeyboardInputProvider.ProcessTextInputAction(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
at System.Windows.Interop.HwndSource.OnPreprocessMessageThunk(MSG& msg, Boolean& handled)
at System.Windows.Interop.HwndSource.WeakEventPreprocessMessage.OnPreprocessMessage(MSG& msg, Boolean& handled)
at System.Windows.Interop.ThreadMessageEventHandler.Invoke(MSG& msg, Boolean& handled)
at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.PreTranslateInput(MSG& oleMsg, Boolean handled)
0
2 comments

Hello Richard!

 

Could you please provide full log file by submitting it via 'Submit a request' form.

Thank you.

0

Significantly better with 2019.1.2 installed - down from hundreds of megabytes per day to a few hundred kilobytes. :)

0

Please sign in to leave a comment.