resharper 9 messed up after revert from 10
I've tried v10 twice and continue to have VS freeze with loss of work. I reverted to 9.2 for a 2nd time but this time it is really messed up.
I started getting exception browser every start up of VS, and lots of exceptions. I've never seen this before.
1. how do I turn off exception browser? it shows up even when there are no exceptions
2. I'm getting errors with statistics. I replaced a file that never existed (as per my backups) by renaming another .sst file with the file name it was looking for.
3. How do I do a full clean uninstall of resharper, and re-install, restore previous my settings? I have resharper files everywhere and there is no cleaner tool or support faq on this.
I have commercial Resharper C# license but there is no option under top for this...
myCurrentGapId != default(uint)
--- EXCEPTION #1/2 [AssertionException]
Message = “myCurrentGapId != default(uint)”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.UsageStatistics
StackTraceString = “
at JetBrains.UsageStatistics.ActivityTracking.<>c__DisplayClass2a.<TrackActivity>b__28(JObject param0)
at JetBrains.UsageStatistics.ActivityTracking.WithLock(Action`1 handler)
at JetBrains.UsageStatistics.ActivityTracking.TrackActivity(String activityGroup, String activityId, Int32 count)
at JetBrains.UsageStatistics.ActivityTracking.TrackAction(String actionId)
at JetBrains.Application.ActivityTrackingNew.UsageStatistics.TrackAction(String actionId)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “myCurrentGapId != default(uint)”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = js
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2015.2 Build 103.0.20150818.200225”
Data.SubProducts.#0 = “JetBrains ReSharper 9.2 Build 9.2.20150819.163916”
Data.ManagedThreadName = “JetPool (S) Regular thread #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 12.0.40629.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.ActivityTrackingNew.UsageStatistics.TrackAction(String actionId)
at JetBrains.UsageStatistics.Vs.ActionActivityTracking.<>c__DisplayClass2.<.ctor>b__0(ActionEventArgs args)
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.UI.ActionsRevised.Handlers.BoundAction.<>c__DisplayClass3.<Evaluate>b__1()
at JetBrains.UI.ActionsRevised.Handlers.EvaluatedAction.Execute()
at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<>c__DisplayClass1d.<CommandTargetExec>b__1a()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.CommandTargetExec(CommandID commandid, OLECMDEXECOPT cmdExecOpt)
at JetBrains.VsIntegration.Shell.Actions.Revised.VsOleCommandTargetHandler.<.ctor>b__1(CommandID commandid, OLECMDEXECOPT opt, IntPtr in, IntPtr out)
at JetBrains.VsIntegration.Shell.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut)
”
Missing file here. I took the 002015.sst file and copied it to 2013 in hopes resharper would take it.
IO error: C:\Users\aackerman\AppData\Local\JetBrains\ReSharperPlatformVs12\vAny\statistics\002013.sst
--- EXCEPTION #1/2 [DbException]
Message = “IO error: C:\Users\aackerman\AppData\Local\JetBrains\ReSharperPlatformVs12\vAny\statistics\002013.sst”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Application.PersistentMap.DbException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.Shell
StackTraceString = “
at JetBrains.Application.PersistentMap.PersistentDbHelpers.ThrowDbExceptionIfNeccessary(Byte* errmsg, Byte* memoryToFree)
at JetBrains.Application.PersistentMap.LevelDbMap`2.TryGetValue(TKey key, TValue& value)
at JetBrains.Application.PersistentMap.LevelDb.GetMap[TKey,TValue](String mapId, IUnsafeMarshaller`1 keyMarshaller, IUnsafeMarshaller`1 valueMarshaller, Boolean verifyTypes)
at JetBrains.UsageStatistics.UsageDb.GetMap[TK,TV](String mapId, IUnsafeMarshaller`1 keyMarshaller, IUnsafeMarshaller`1 valMarshaller)
at JetBrains.UsageStatistics.UsageDb..ctor(Lifetime lifetime, ITaskHost taskHost, FileSystemPath path, Boolean isPrimary)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “IO error: C:\Users\aackerman\AppData\Local\JetBrains\ReSharperPlatformVs12\vAny\statistics\002013.sst”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.UsageStatistics.UsageDb..ctor(Lifetime lifetime, ITaskHost taskHost, FileSystemPath path, Boolean isPrimary)
at JetBrains.UsageStatistics.UsageDbManager.OpenDb()
at JetBrains.UsageStatistics.UsageDbManager.<>c__DisplayClass16.<WithDb>b__15()
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClasse.<Create>b__a(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.SingleThreadTaskScheduler.<>c__DisplayClass5.<ThreadProc>b__4()
at JetBrains.Util.ILoggerEx.Catch(ILogger thіs, Action F, ExceptionOrigin origin, LoggingLevel loggingLevel)
at JetBrains.Application.Threading.Tasks.SingleThreadTaskScheduler.ThreadProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
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 System.Threading.ThreadHelper.ThreadStart()
”
Please sign in to leave a comment.
Hello Drew!
Please try to uninstall all previous version as specified in the following help article - https://resharper-support.jetbrains.com/hc/en-us/articles/206545359
Then please install the following ReSharper 9.2 version - http://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.2015.2.exe
Please let us know if it helps.
Thank you.
Used a cleaner program, and manually deleted a bunch of files. Back on 9.2.
What a pain.
Got an exception again while coding normally. I've used resharper for many years and have never received exceptions before. Please advise.
Invalid reference Type=JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameStub+ReferenceNameReference, Name=System
--- EXCEPTION #1/2 [AssertionException]
Message = “Invalid reference Type=JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameStub+ReferenceNameReference, Name=System”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.ReSharper.Psi
StackTraceString = “
at JetBrains.ReSharper.Psi.Resolve.ReferenceExtension.AssertIsValid(IReference reference)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.ResolveUtil.ResolveWithCache[T](T reference, Func`2 resolveWithoutCache)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.TreeReferenceBase`1.Resolve()
at JetBrains.ReSharper.Psi.CSharp.Impl.Resolve.CSharpResolveUtil.AddImportedSymbols(IPsiModule psiModule, ICollection`1 imports, IEnumerable`1 defaultImports, Int32 level, SymbolTableMode mode, IModuleReferenceResolveContext resolveContext)
at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.CSharpFile.AddDeclarationsAfterElement(ISymbolTable parentTable, ITreeNode element, Int32 level, SymbolTableMode mode)
at JetBrains.ReSharper.Psi.Resolve.SymbolTableBuilder.ScopeAccumulator.ProcessAfterInterior(ITreeNode element)
at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendantForResolve(IRecursiveElementProcessor processor, ITreeNode descendant)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Tree.TreeElement.ProcessDescendantsForResolve(IRecursiveElementProcessor processor)
at JetBrains.ReSharper.Psi.Resolve.SymbolTableBuilder.WalkScopeStack(ITreeNode element, Int32 level, SymbolTableMode mode, Boolean includeThis)
at JetBrains.ReSharper.Psi.Resolve.SymbolTableBuilder.GetTable(ITreeNode element, SymbolTableMode mode)
at JetBrains.ReSharper.Psi.Resolve.Managed.ManagedExtensionsDispatcher.GetSymbolTableForResolve(IManagedQualifiableReference reference, IResolveContext resolveContext)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ResolveContext.PreResolveCalculator(IManagedTwoPhaseReferenceImpl reference, ISymbolTable table, IResolveContext resolveContext)
at JetBrains.ReSharper.Psi.Impl.Resolve.Managed.CalculationProcess.Get[TKey,TParameter,TValue](CascadingCacheKey cacheKey, TKey key, TParameter param, IResolveContext resolveContext, Func`4 calculator)
at JetBrains.ReSharper.Psi.Impl.Resolve.Managed.UniversalCalculationProcess.Get[TKey,TParameter,TValue](CascadingCacheKey cacheKey, TKey key, TParameter param, IResolveContext resolveContext, Func`4 calculator)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ResolveContext.PreResolve(IManagedTwoPhaseReference reference, ISymbolTable table)
at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceExpressionStub.GetConstantValueImpl(IResolveContext resolveContext)
at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceExpressionStub.GetConstantValue(IResolveContext resolveContext, ICalculationInfo info)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ResolveContext.ConstantValueCalculatorWithInfo(IManagedExpressionImpl managedExpression, ICalculationInfo info, IResolveContext resolveContext)
at JetBrains.ReSharper.Psi.Impl.Resolve.Managed.CalculationProcess.Get[TKey,TParameter,TValue](CascadingCacheKey cacheKey, TKey key, TParameter param, IResolveContext resolveContext, Func`4 calculator)
at JetBrains.ReSharper.Psi.Impl.Resolve.Managed.UniversalCalculationProcess.Get[TKey,TParameter,TValue](CascadingCacheKey cacheKey, TKey key, TParameter param, IResolveContext resolveContext, Func`4 calculator)
at JetBrains.ReSharper.Psi.ExtensionsAPI.Resolve.Managed.ResolveContext.ConstantValue(IManagedExpression expression, ICalculationInfo info)
at JetBrains.ReSharper.Psi.CSharp.Impl.Tree.CSharpExpressionBase.get_ConstantValue()
at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.IfToTernaryFixUtil.CreateTernaryExpression(CSharpElementFactory factory, ICSharpExpression conditionExpression, ICSharpExpression thenExpression, ICSharpExpression elseExpression)
at JetBrains.ReSharper.Intentions.CSharp.QuickFixes.IfToTernaryFix.ExecutePsiTransaction(ISolution solution, IProgressIndicator progress)
at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass7.<>c__DisplayClass9.<Execute>b__1()
at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “Invalid reference Type=JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ReferenceNameStub+ReferenceNameReference, Name=System”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2015.2 Build 103.0.20150818.200225”
Data.SubProducts.#0 = “JetBrains ReSharper 9.2 Build 9.2.20150819.163916”
Data.ManagedThreadName = “JetPool (S) Regular thread #1”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 12.0.40629.0
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.Psi.Transactions.PsiTransactions.Execute(String commandName, Action handler)
at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.<>c__DisplayClass7.<Execute>b__0(IProgressIndicator progress)
at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary)
at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass15.<RunStartTask>b__14()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Threading.Win32JetDispatcher.ProcessQueue()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
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 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 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, 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)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.RunDialog(Form form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
at System.Windows.Forms.Form.ShowDialog()
at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, WorkerThreadShop workerThreadShop, Boolean enforceModalityState)
at JetBrains.UI.Application.Progress.UITaskExecutorRuns.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task)
at JetBrains.ReSharper.Feature.Services.Bulbs.BulbActionBase.Execute(ISolution solution, ITextControl textControl)
at JetBrains.ReSharper.Feature.Services.Intentions.IntentionAction.MyExecutableProxi.Execute()
at JetBrains.UI.BulbMenu.BulbActionKey.Clicked()
at JetBrains.UI.BulbMenu.BulbMenuComponent.<>c__DisplayClass30.<InitMenuGeneral>b__2c(Object objKey)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.UI.PopupMenu.JetPopupMenu.<>c__DisplayClass19.<>c__DisplayClass1d.<ShowCore>b__13(JetPopupMenuItem item)
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.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.UI.PopupMenu.Impl.JetPopupMenuDoc.ExecuteSelectedItem()
at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at JetBrains.UI.PopupMenu.Impl.JetPopupMenuMainpartView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
at JetBrains.Threading.Win32JetDispatcher.Win32JetDispatcherKlass.InternalPumpMessagesOnce()
at JetBrains.Threading.Win32JetDispatcher.Win32JetDispatcherKlass.Run(Func`1 condition, TimeSpan timeout, Boolean bThrowOnTimeout)
at JetBrains.UI.PopupMenu.JetPopupMenu.<>c__DisplayClass23.<ShowModal>b__21(LifetimeDefinition definition, Lifetime lifetime)
at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger)
at JetBrains.UI.PopupMenu.JetPopupMenu.ShowModal(ShowWhen when, LifetimeDefinition lifetimeDefitionOptional)
at JetBrains.UI.BulbMenu.BulbMenuComponent.ShowMenuOnKeys(LifetimeDefinition viewLifetimeDefinition, PopupWindowContextSource context, ICollection`1 rootItems, IWindowlessControl menuCaptionControl, Action`1 beforeShow)
at JetBrains.UI.BulbMenu.BulbMenuComponent.<>c__DisplayClass2a.<ShowBulbMenu>b__29()
at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.Application.IShellLocksEx.<>c__DisplayClassa.<ExecuteOrQueueReadLock>b__9()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4.<>c__DisplayClass6.<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.Threading.Win32JetDispatcher.ProcessQueue()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
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 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 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, 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)
”
Also I try to submit exceptions in the exception browser but it always says "Could not connect to the server."
Hello Drew!
Seems that you are installing checked build which are used for debugging or diagnostic purposes.
Please try the following installer to install ReSharper 9.2 - http://download.jetbrains.com/resharper/JetBrains.ReSharperUltimate.2015.2.exe
Thank you.
I googled "resharper 9.2 download" as well as resharper download previous version, they both go to the same page.
Also your main resharper website page, has a link to the same page.
https://resharper-support.jetbrains.com/hc/en-us/articles/207242355-Where-can-I-download-an-old-previous-ReSharper-version-
This page is horribly organized into a super long page where it is not easy to find ONE version back; please take a few minutes to organize it better as user-comments on this page has suggested. This will save us all a lot of time and pain.
Resharper is still making my VS run horribly slow, and slower with each new version of resharper.