How to ReSharper off?
I just want to turn ReSharper off to see if a performance problem was
related to it. Unfortunately in Visual Studio 2010 it is not appearing in
either the extensions or the add-ins dialog. Is this the correct behavior?
...Stefan
Please sign in to leave a comment.
Hello Stefan,
ReSharper is not an addin anymore, it is package. That's why it doesn't appear
in add-in dialog. ReSharper can be installed as VSIX, but there are not much
reasons to do so, provided that single installer for all versions works alot
better for most people. So it is not VSIX and thus not managed by Extension
Manager. It is package, like C# package or ASP package, with MEF parts.
To turn it off or on you can use suspend/resume button in Tools | Options
| ReSharper.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
SO> I just want to turn ReSharper off to see if a performance problem
SO> was related to it. Unfortunately in Visual Studio 2010 it is not
SO> appearing in either the extensions or the add-ins dialog. Is this
SO> the correct behavior?
SO>
SO> ...Stefan
SO>
Ilya,
Thanks for that!
when I do try and suspend, I get the following error. The error continues
to appear every time I delete a character in the xaml editor that I was in
before I suspended it. Re-opening causes that problem to disappear:
Jet brains ReSharper has encountered a fatal error.
There is no application shell running.
Click retry the get the detailed information for technical support.
Here are those details:
-
ReSharper - Fatal Error - Technical Data
-
JetBrains ReSharper has encountered a fatal error.
Technical data follows.
Hint: Ctrl+C copies the text of system message boxes to Clipboard.
________________________________________________________________
There is no Application Shell running.
--- EXCEPTION #1/2
Message = "There is no Application Shell running."
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.Shell
StackTraceString = "
at JetBrains.Application.Shell.get_Instance() in
c:\Agent\work\96fbaf816f1aa651\Platform\src\Shell\src\Shell.cs:line 71
at
JetBrains.TextControl.Markup.Impl.DocumentMarkupBase.GetHighlightersOver(TextRange
textRange) in
c:\Agent\work\96fbaf816f1aa651\Platform\src\TextControl\src\markup\impl\MarkupModelImplBase.cs:line
0
at
JetBrains.VsIntegration.DevTen.DocumentModel.VsDocumentMarkupTagger.b__0()
in
c:\Agent\work\96fbaf816f1aa651\Platform\src\VsIntegration.DevTen\Src\DocumentModel\VsDocumentMarkupTagger.cs:line
108
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action
action) in
c:\Agent\work\96fbaf816f1aa651\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line
308
"
--- Outer ---
--- EXCEPTION #2/2
Message = "There is no Application Shell running."
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = "Exception #1 at Root.InnerException"
HResult = COR_E_APPLICATION=80131600
StackTraceString = "
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
in
c:\Agent\work\96fbaf816f1aa651\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line
313
at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name,
Action action) in
c:\Agent\work\96fbaf816f1aa651\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line
341
at
JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(String
name, Action F) in
c:\Agent\work\96fbaf816f1aa651\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line
129
at
JetBrains.VsIntegration.DevTen.DocumentModel.VsDocumentMarkupTagger.GetTags[T](IEnumerable`1
spans, Func`2 tagEnumerator) in
c:\Agent\work\96fbaf816f1aa651\Platform\src\VsIntegration.DevTen\Src\DocumentModel\VsDocumentMarkupTagger.cs:line
118
at
JetBrains.VsIntegration.DevTen.DocumentModel.VsDocumentMarkupTagger.Microsoft.VisualStudio.Text.Tagging.ITaggerb__d(Object
)
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.runTryCode(Object userData)
at
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
ignoreSyncCtx)
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.InvokeImpl(DispatcherPriority
priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr
wParam, IntPtr lParam)
"
-
OK
-
"Ilya Ryzhenkov" <orangy@jetbrains.com> wrote in message
news:76a2bd0b1916458cc2719102813ad@news.intellij.net...
>
>
>
>
>