How do I disable ReSharper 5.0 when running VS from the Command Line?
Hi,
With earlier versions of ReSharper it was possible to disable it in the Add-in manager for "Startup" and/or "Command Line". Resharper 5 no longer shows up in the add-in menu and it seems you can only suspend it from the VS options menu (it will suspend it in both the GUI and command line). Is there a way to only suspend it when running from the command line?
Thanks,
Marcus
Please sign in to leave a comment.
Hello,
Could you please elaborate on the scenario for "Running from command line",
and why you need ReSharper off? I suppose passing solution file name in the
command line is not what you mean.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Hi,
>Could you please elaborate on the scenario for "Running from command line", and why you need ReSharper off?
I'm using another add-in called VSdocman for documentation generation. It has a command line tool (that I use for automated builds) that can build the documentation. This command line tool calls devenv (not sure why) - VS is never visible. With Resharper 5, you can see Resharper loading and parsing the DLLs in a small window and then disapears. That isn't really a problem, but Resharper opens three exception/error reporting windows. The build process doesn't complete until those windows are closed. VSdocman support suggested that I disable Resharper in the add-in manager when devenv is started from the command line. This was possible with 4.5, but not 5.0.
I guess another option would be to disable Resharper's error reporting. Is that possible?
Thanks,
Marcus
Hello,
This is the fallback behavior of the loading indicator in the status bar
— it would show a popup if status bar is turned off in settings. An invisible
status bar is mistaken for a turned-off one. Maybe I'll be able to hack this
in.
Oookay, to begin with, what are the exceptions? Maybe we could fix them right
away :)
Not until v5 RC/RTM.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Below are the exceptions. Thanks!
Invading the Avalon Status Bar FAIL. Value cannot be null. Parameter name: element
--- EXCEPTION #1/2 [ArgumentNullException]
Message = “Value cannot be null.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentNullException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = PresentationCore
ParamName = element
StackTraceString = “
at MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
at System.Windows.Media.VisualTreeHelper.GetChildrenCount(DependencyObject reference)
at JetBrains.UI.Avalon.AvalonTreeHelpers.<GetVisualDescendantsBreadthFirst>d__7.MoveNext() in c:\Agent\work\938ba5148592441f\Platform\src\UI.Avalon\Src\AvalonTreeHelpers.cs:line 46
at System.Linq.Enumerable.<OfTypeImpl>d__36`1.MoveNext() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Cast.cs:line 28
at System.Linq.Enumerable.FirstImpl[TSource](IEnumerable`1 source, Func`2 predicate, Boolean orDefault) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Elements.cs:line 48
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Elements.cs:line 32
at JetBrains.UI.Avalon.Controls.AvalonStatusBarShim.TryFindStatusBarInHwnd_UiThread(PresentationSource presource) in c:\Agent\work\938ba5148592441f\Platform\src\UI.Avalon\Src\Controls\AvalonStatusBarShim.cs:line 275
at JetBrains.UI.Avalon.Controls.AvalonStatusBarShim.TryFindStatusBarInHwnd(IntPtr hwnd) in c:\Agent\work\938ba5148592441f\Platform\src\UI.Avalon\Src\Controls\AvalonStatusBarShim.cs:line 83
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.<>c__DisplayClass3.<InitStatusBarSubclassing>b__0() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 81
at JetBrains.Util.Logger.Catch(String comment, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Logger\Logger.cs:line 266
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “
Invading the Avalon Status Bar FAIL. Value cannot be null.
Parameter name: element
”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.Catch(String comment, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Logger\Logger.cs:line 270
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.InitStatusBarSubclassing() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 90
at JetBrains.UI.Application.SubclassStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\SubclassStatusBar.cs:line 167
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 67
at JetBrains.UI.Application.StatusBar.JetBrains.ComponentModel.IComponent.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\StatusBar.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 204
at JetBrains.ComponentModel.XmlExternalizableComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\XmlExternalizableComponentContainer.cs:line 401
at JetBrains.ComponentModel.ComponentContainer.InitializeComponentIfNeeded(ComponentInstanceData data, OnError onerror) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 286
at JetBrains.ComponentModel.ComponentContainer.TryGetComponentByImplType(Type implType) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 511
at JetBrains.ComponentModel.ComponentContainer.OnAdd_Logical(IEnumerable`1 items) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 322
at JetBrains.ComponentModel.ComponentContainer.JetBrains.ComponentModel.ICollectionChangedEventSink<JetBrains.ComponentModel.ComponentDescriptor>.OnAdd(ICollection`1 itemsRaw) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 583
at JetBrains.ComponentModel.ComponentDeclarationsCache.AdviseComponentDeclarationsCollectionChange(ICollectionChangedEventSink`1 sink) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentDeclarationsCache.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 154
at JetBrains.Application.ShellBase.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 438
at JetBrains.UI.Application.UIApplicationShell.InitializeComponents() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 563
at JetBrains.UI.Application.UIApplicationShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 523
at JetBrains.VsIntegration.Application.VSShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Shell\VSShell.cs:line 413
at JetBrains.VsIntegration.Customization.VsShellStarter.StartShell() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Customization\VsShellStarter.cs:line 164
at JetBrains.ReSharper.VS.Customization.ReSharperApplicationDescriptor.StartShell(VsPackage package) in c:\Agent\work\938ba5148592441f\src\VS\src\Customization\ReSharperApplicationDescriptor.cs:line 121
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__19() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4c() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 316
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 254
at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 291
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4b() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 307
at JetBrains.Application.ShellBase.RestartShell(IApplicationDescriptor descriptor, Func`1 FDoStart) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 344
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__18() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass40`1.<Advise_RaisingFront>b__3f(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 391
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.CompositeProperty`3.OnAnySourceChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\CompositeProperty!3.cs:line 109
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass34`1.<Advise_NoAcknowledgement>b__33(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 316
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__11() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 325
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__13(VSSPROPID vsspropid, Object o) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 334
at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsShell.cs:line 137
”
Invading the Avalon Window Status Line FAIL. Value cannot be null. Parameter name: element
--- EXCEPTION #1/2 [ArgumentNullException]
Message = “Value cannot be null.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentNullException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = PresentationCore
ParamName = element
StackTraceString = “
at MS.Internal.Media.VisualTreeUtils.AsNonNullVisual(DependencyObject element, Visual& visual, Visual3D& visual3D)
at System.Windows.Media.VisualTreeHelper.GetChildrenCount(DependencyObject reference)
at JetBrains.UI.Avalon.AvalonTreeHelpers.<GetVisualDescendantsBreadthFirst>d__7.MoveNext() in c:\Agent\work\938ba5148592441f\Platform\src\UI.Avalon\Src\AvalonTreeHelpers.cs:line 46
at System.Linq.Enumerable.<OfTypeImpl>d__36`1.MoveNext() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Cast.cs:line 28
at System.Linq.Enumerable.FirstImpl[TSource](IEnumerable`1 source, Func`2 predicate, Boolean orDefault) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Elements.cs:line 48
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\System.Core\Enumerable.Elements.cs:line 32
at JetBrains.UI.Avalon.Controls.AvalonStatusBarShim.TryFindStatusDockPanelInHwnd(IntPtr hwnd) in c:\Agent\work\938ba5148592441f\Platform\src\UI.Avalon\Src\Controls\AvalonStatusBarShim.cs:line 186
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.<>c__DisplayClass3.<InitStatusBarSubclassing>b__1() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 94
at JetBrains.Util.Logger.Catch(String comment, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Logger\Logger.cs:line 266
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “
Invading the Avalon Window Status Line FAIL. Value cannot be null.
Parameter name: element
”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.Catch(String comment, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Logger\Logger.cs:line 270
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.InitStatusBarSubclassing() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 103
at JetBrains.UI.Application.SubclassStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\SubclassStatusBar.cs:line 167
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 67
at JetBrains.UI.Application.StatusBar.JetBrains.ComponentModel.IComponent.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\StatusBar.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 204
at JetBrains.ComponentModel.XmlExternalizableComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\XmlExternalizableComponentContainer.cs:line 401
at JetBrains.ComponentModel.ComponentContainer.InitializeComponentIfNeeded(ComponentInstanceData data, OnError onerror) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 286
at JetBrains.ComponentModel.ComponentContainer.TryGetComponentByImplType(Type implType) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 511
at JetBrains.ComponentModel.ComponentContainer.OnAdd_Logical(IEnumerable`1 items) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 322
at JetBrains.ComponentModel.ComponentContainer.JetBrains.ComponentModel.ICollectionChangedEventSink<JetBrains.ComponentModel.ComponentDescriptor>.OnAdd(ICollection`1 itemsRaw) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 583
at JetBrains.ComponentModel.ComponentDeclarationsCache.AdviseComponentDeclarationsCollectionChange(ICollectionChangedEventSink`1 sink) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentDeclarationsCache.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 154
at JetBrains.Application.ShellBase.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 438
at JetBrains.UI.Application.UIApplicationShell.InitializeComponents() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 563
at JetBrains.UI.Application.UIApplicationShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 523
at JetBrains.VsIntegration.Application.VSShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Shell\VSShell.cs:line 413
at JetBrains.VsIntegration.Customization.VsShellStarter.StartShell() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Customization\VsShellStarter.cs:line 164
at JetBrains.ReSharper.VS.Customization.ReSharperApplicationDescriptor.StartShell(VsPackage package) in c:\Agent\work\938ba5148592441f\src\VS\src\Customization\ReSharperApplicationDescriptor.cs:line 121
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__19() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4c() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 316
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 254
at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 291
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4b() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 307
at JetBrains.Application.ShellBase.RestartShell(IApplicationDescriptor descriptor, Func`1 FDoStart) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 344
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__18() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass40`1.<Advise_RaisingFront>b__3f(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 391
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.CompositeProperty`3.OnAnySourceChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\CompositeProperty!3.cs:line 109
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass34`1.<Advise_NoAcknowledgement>b__33(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 316
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__11() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 325
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__13(VSSPROPID vsspropid, Object o) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 334
at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsShell.cs:line 137
”
We were unable to find any suitable Status Bar in Visual Studio main window. Status bar related functionality will be unavailable.
--- EXCEPTION #1/1 [LoggerException]
Message = “We were unable to find any suitable Status Bar in Visual Studio main window. Status bar related functionality will be unavailable.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.UI.Application.SubclassStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\SubclassStatusBar.cs:line 167
at JetBrains.VsIntegration.DevTen.UI.VsStatusBar.Init() in c:\Agent\work\938ba5148592441f\Platform\src\VsIntegration.DevTen\Src\UI\VsStatusBar.cs:line 67
at JetBrains.UI.Application.StatusBar.JetBrains.ComponentModel.IComponent.Init() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\StatusBar.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 204
at JetBrains.ComponentModel.XmlExternalizableComponentContainer.InitializeComponent(IComponent component) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\XmlExternalizableComponentContainer.cs:line 401
at JetBrains.ComponentModel.ComponentContainer.InitializeComponentIfNeeded(ComponentInstanceData data, OnError onerror) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 286
at JetBrains.ComponentModel.ComponentContainer.TryGetComponentByImplType(Type implType) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 511
at JetBrains.ComponentModel.ComponentContainer.OnAdd_Logical(IEnumerable`1 items) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 322
at JetBrains.ComponentModel.ComponentContainer.JetBrains.ComponentModel.ICollectionChangedEventSink<JetBrains.ComponentModel.ComponentDescriptor>.OnAdd(ICollection`1 itemsRaw) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 583
at JetBrains.ComponentModel.ComponentDeclarationsCache.AdviseComponentDeclarationsCollectionChange(ICollectionChangedEventSink`1 sink) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentDeclarationsCache.cs:line 48
at JetBrains.ComponentModel.ComponentContainer.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ComponentModel\ComponentContainer.cs:line 154
at JetBrains.Application.ShellBase.InitializeComponents(ComponentDeclarationsCache declarationscache) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 438
at JetBrains.UI.Application.UIApplicationShell.InitializeComponents() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 563
at JetBrains.UI.Application.UIApplicationShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\UI\src\Shell\UIApplicationShell.cs:line 523
at JetBrains.VsIntegration.Application.VSShell.Startup() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Shell\VSShell.cs:line 413
at JetBrains.VsIntegration.Customization.VsShellStarter.StartShell() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Customization\VsShellStarter.cs:line 164
at JetBrains.ReSharper.VS.Customization.ReSharperApplicationDescriptor.StartShell(VsPackage package) in c:\Agent\work\938ba5148592441f\src\VS\src\Customization\ReSharperApplicationDescriptor.cs:line 121
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__19() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4c() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 316
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 254
at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 291
at JetBrains.Application.ShellBase.<>c__DisplayClass54.<RestartShell>b__4b() in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 307
at JetBrains.Application.ShellBase.RestartShell(IApplicationDescriptor descriptor, Func`1 FDoStart) in c:\Agent\work\938ba5148592441f\Platform\src\Shell\src\ShellBase.cs:line 344
at JetBrains.VsIntegration.Package.VsPackage.<Init_StartShell>b__18() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 355
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass40`1.<Advise_RaisingFront>b__3f(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 391
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.CompositeProperty`3.OnAnySourceChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\CompositeProperty!3.cs:line 109
at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass34`1.<Advise_NoAcknowledgement>b__33(PropertyChangedEventArgs`1 args) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 316
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.DataFlow.PropertyBinding`2.CopySourceToTarget() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 280
at JetBrains.DataFlow.PropertyBinding`2.OnSourceValueChanged() in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\PropertyBinding!2.cs:line 257
at JetBrains.DataFlow.Signal`1.<>c__DisplayClasse.<Advise>b__d(TValue ) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 412
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 316
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Signal!1.cs:line 475
at JetBrains.DataFlow.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 167
at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\Agent\work\938ba5148592441f\Platform\src\Util\src\DataFlow\Property!1.cs:line 449
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__11() in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 325
at JetBrains.VsIntegration.Package.VsPackage.<>c__DisplayClass14.<>c__DisplayClass16.<Init_SizeNonZombied>b__13(VSSPROPID vsspropid, Object o) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Package\VsPackage.cs:line 334
at JetBrains.VsIntegration.Interop.Shim.Shell.IVsShell.ShellPropertyChangesSink.Microsoft.VisualStudio.Shell.Interop.IVsShellPropertyEvents.OnShellPropertyChange(Int32 propid, Object var) in c:\Agent\work\938ba5148592441f\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsShell.cs:line 137
”
Hello,
So you're running VS 10?
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Hi,
>So you're running VS 10?
Yes. I just ran a quick test with VS 2008 and it seems to work fine.
Thanks,
Marcus
Hello,
These exceptions are about to be fixed soon.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”