Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-287690: There are no mounting points available in the narrow context.

$
0
0
Reporter Harald Hoyer (hahoyer) Harald Hoyer (hahoyer)
Created Jan 11, 2012 12:50:39 AM
Updated Jan 11, 2012 12:50:39 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 6.1 EAP Version=6.1.36.53, Built=2011-12-20T10:56:36
There are no mounting points available in the narrow context.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “There are no mounting points available in the narrow context.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509

--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “There are no mounting points available in the narrow context.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.Application.Settings.Store.Implementation.ContextBoundSettingsStoreTransient.ContextBoundMountsInfoTransient.FromContextRangeCore(ContextRange contextRange, ISettingsStore store, BindToContextFlags flags, Boolean isEmptyNarrowContextAllowed, ILogger logger, ISettingsStorageMountPoint[]& mountlist, ISettingsStorageMountPoint& mountLastWide) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Shell\src\Settings\Store\Implementation\ContextBoundSettingsStoreTransient.cs:line 1178
     at JetBrains.Application.Settings.Store.Implementation.ContextBoundSettingsStoreTransient.ContextBoundMountsInfoTransient.FromContextRange(ContextRange contextRange, ISettingsStore store, BindToContextFlags flags, ILogger logger) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Shell\src\Settings\Store\Implementation\ContextBoundSettingsStoreTransient.cs:line 1115
     at JetBrains.Application.Settings.Store.Implementation.SettingsStore.BindToContextTransient(ContextRange contextrange, BindToContextFlags flags) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Shell\src\Settings\Store\Implementation\SettingsStore.cs:line 178
     at JetBrains.Application.Communication.WebProxySettingsReader.GetProxySettings(ContextRange contextrange) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Shell\src\Communication\ProxySettings.cs:line 82
     at JetBrains.UI.Application.ExceptionReport.ExceptionSubmitForm.<SubmitException>b__35(IProgressIndicator indicator) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\ExceptionSubmitForm.cs:line 194
     at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Shell\src\Progress\SimpleTaskExecutor.cs:line 70
     at JetBrains.UI.Application.ExceptionReport.ExceptionSubmitForm.SubmitException() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\ExceptionSubmitForm.cs:line 186
     at JetBrains.UI.Application.ExceptionReport.ExceptionSubmitForm.<>c__DisplayClass2a.<>c__DisplayClass2d.<>c__DisplayClass33.<.ctor>b__20(Object sender, EventArgs args) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\ExceptionSubmitForm.cs:line 114
     at System.Windows.Forms.Control.OnClick(EventArgs e)
     at System.Windows.Forms.Button.OnClick(EventArgs e)
     at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
     at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
     at System.Windows.Forms.Control.WndProc(Message& m)
     at System.Windows.Forms.ButtonBase.WndProc(Message& m)
     at System.Windows.Forms.Button.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 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 JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.<>c__DisplayClass6.<SubmitExceptionWithPromptInternal>b__4(Lifetime lifetimeSubmitForm) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 75
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.SubmitExceptionWithPromptInternal(ExceptionData exception) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 70
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.<>c__DisplayClass1.<RequireAction>b__0() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 60
at Action(RequireAction).Execute(Action )
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 265
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__8(QueuedAction action) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 506
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 978
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 509
at Action(ReentrancyGuard.ExecutePendingActions).Execute(Action )
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\f5d3dd6494bcaf3b\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 696
     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.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.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.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.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>