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

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

$
0
0
Reporter Sergey Coox (coox) Sergey Coox (coox)
Created Apr 9, 2012 1:27:32 PM
Updated Apr 24, 2012 7:59:07 PM
Priority Major
Type Exception
Fix versions No Fix versions
State Open
Assignee Serge Baltic (baltic)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper Branch Build “default” Version=7.0.13.95, Built=2012-04-08T21:56:38, Configuration=“Csharp InternalMode Vbnet VS1000”
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\3355b838ddaf4e5c\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\3355b838ddaf4e5c\Platform\src\Shell\src\Settings\Store\Implementation\ContextBoundSettingsStoreTransient.cs:line 1172
     at JetBrains.Application.Settings.Store.Implementation.ContextBoundSettingsStoreTransient.ContextBoundMountsInfoTransient.FromContextRange(ContextRange contextRange, ISettingsStore store, BindToContextFlags flags, ILogger logger) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Settings\Store\Implementation\ContextBoundSettingsStoreTransient.cs:line 1109
     at JetBrains.Application.Settings.Store.Implementation.SettingsStore.BindToContextTransient(ContextRange contextrange, BindToContextFlags flags) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Settings\Store\Implementation\SettingsStore.cs:line 169
     at JetBrains.Application.Communication.WebProxySettingsReader.GetProxySettings(ContextRange contextrange) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Communication\ProxySettings.cs:line 78
     at JetBrains.UI.Application.ExceptionReport.ExceptionSubmitForm..ctor(Lifetime lifetimeSubmitForm, ExceptionData exceptionData, OpensUri opensUri, WebProxySettingsReader proxySettings, JetPopupMenus jetPopupMenus) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\ExceptionSubmitForm.cs:line 42
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.ShowForm(ExceptionData exception, Lifetime lifetimeSubmitForm) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 85
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.<>c__DisplayClass8.<SubmitExceptionWithPromptInternal>b__4(Lifetime lifetimeSubmitForm) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 73
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.<>c__DisplayClass8.<SubmitExceptionWithPromptInternal>b__3() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 73
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     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.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at JetBrains.Threading.JetDispatcher.Invoke(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 502
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.SubmitExceptionWithPromptInternal(ExceptionData exception) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 73
     at JetBrains.Application.ExceptionReport.SubmitToTrackerExceptionReportService.<>c__DisplayClass1.<RequireAction>b__0() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ExceptionReport\UIExceptionReportService.cs:line 62
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__8(QueuedAction action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     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.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.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)
     at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
     at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
     at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
     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.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.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>