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

RSRP-468421: The path is not a valid file system path because it is not absolute, and only an absolute path can be resolved into an actual file system object.

$
0
0
Reporter Max Kostovetski (uvw) Max Kostovetski (uvw)
Created Oct 26, 2017 10:31:20 PM
Updated Apr 13, 2018 9:34:50 AM
Resolved Apr 5, 2018 10:19:33 AM
Subsystem Solution builder
Assignee Anton Spilnyy (Anton.Spilnyy)
Priority Show-stopper
State Fixed
Type Exception
Fix version 2018.1
Affected versions No Affected versions
Fixed In Version ReSharper 2018.1 EAP 7
VsVersion All Versions
ReSharperPlatformVs15 Wave 11 Hive _1f0fed07 — JetBrains ReSharper Ultimate 2017.3 EAP 1 Build 111.0.20171024.95214-eap01

JetBrains dotCover 2017.3 EAP 1 Build 2017.3.20171024.110812-eap01
JetBrains dotMemory 2017.3 EAP 1 Build 2017.3.20171024.105505-eap01
JetBrains dotTrace 2017.3 EAP 1 Build 2017.3.20171024.110854-eap01
JetBrains ReSharper 2017.3 EAP 1 Build 2017.3.20171024.102635-eap01

The path is not a valid file system path because it is not absolute, and only an absolute path can be resolved into an actual file system object.

— EXCEPTION #1/2 [InvalidOperationException]
Message = “The path is not a valid file system path because it is not absolute, and only an absolute path can be resolved into an actual file system object.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509

— Outer —

— EXCEPTION #2/2 [LoggerException]
Message = “The path is not a valid file system path because it is not absolute, and only an absolute path can be resolved into an actual file system object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = <NULL>
Data.SccRevisionShell = “<there are no packages matching the criteria>”
Data.HostProductInfo = “JetBrains ReSharper Ultimate 2017.3 EAP 1 Build 111.0.20171024.95214-eap01”
Data.SubProducts.#0 = “JetBrains dotCover 2017.3 EAP 1 Build 2017.3.20171024.110812-eap01”
Data.SubProducts.#1 = “JetBrains dotTrace 2017.3 EAP 1 Build 2017.3.20171024.110854-eap01”
Data.SubProducts.#2 = “JetBrains ReSharper 2017.3 EAP 1 Build 2017.3.20171024.102635-eap01”
Data.SubProducts.#3 = “JetBrains dotMemory 2017.3 EAP 1 Build 2017.3.20171024.105505-eap01”
Data.SccRevisionEnv = “
Platform\Core\Shell:
    git::refs/heads/wave11-eap1::297c346e80a988f10b2b1c3efbdacf3c1ccd0a11


Platform\VisualStudio:
    git::refs/heads/wave11-eap1

Data.VsVersion = 15.4.27004.2005
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
 at JetBrains.Util.FileSystemPath.LogAssertIsAbsolute()
 at JetBrains.Util.FileSystemPath.LogAssertIsAbsolute()
 at JetBrains.Util.Win32FileSystemInteraction.GetExists(FileSystemPath thіs)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.FilesUtil.AreFilesConsistent(IProject project, Boolean skipUnchangedFiles, FileSystemPath source, FileSystemPath destination, DateTime sourceFileTimestamp, DateTime destinationFileTimestamp)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyTaskResultAnalyzerBase.<>c__DisplayClass5.<AddNewResults>b__0()
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyTaskResultAnalyzerBase.AddNewResults(Lifetime lifetime, IProject project, IEnumerable`1 copyTasksResults, RdCopyTaskGlobalProperties copyTaskGlobalProperties)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyLocalFileService.<>c__DisplayClasse.<AddTaskInfoToAnalyzers>b__d(ICopyTaskResultAnalyzer analyzer, IEnumerable`1 results)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyLocalFileService.ExecuteForEachCopyTasksItem(CopyTasksInfo copyTasksInfo, Action`2 action)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyLocalFileService.AddTaskInfoToAnalyzers(IProject project, CopyTasksInfo copyTasksInfo)
 at JetBrains.ReSharper.Features.SolBuilderDuo.Services.CopyLocalHandling.CopyLocalFileService.<>c__DisplayClass8.<.ctor>b__3()
 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(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.ReSharper.Features.SolBuilderDuo.Services.ChangingTracking.Inputs.SolutionBuilderCache.<>c__DisplayClassb.<ReloadConfigurations>b__9(Task`1 task)
 at System.Threading.Tasks.ContinuationTaskFromResultTask`1.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.ReentrancyGuardTaskScheduler.ExecuteInternal(Task task)
 at JetBrains.Application.Threading.Tasks.ReentrancyGuardTaskScheduler.<>c__DisplayClass3.<QueueTask>b__1()
 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
 at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
 at JetBrains.Threading.JetDispatcher.Closure.Execute()
 at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
 at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass5.<BeginInvokeCore>b__3()
 at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
 at System.Windows.Threading.DispatcherOperation.InvokeImpl()
 at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
 at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext 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 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, 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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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