Setup Problems

Mac running Parallels Win 8.1 VS 2014 can't initialize

Started by crathermel on 7,776 views

Hello Devs and Nerds,

Parallels for Mac puts files in a directory that starts w/ "\\psf" and Ncrunch is not a fan.

Any suggestions?


System.IO.IOException: The path '\\psf' could not be processed because it is not of legal form
at nCrunch.Common.IO.DiskPath..ctor(String absolutePath, Boolean pathIsChecked)
at nCrunch.Common.IO.DirectoryPath..ctor(String #=qrbjastvDcjEGOfV4uO_fRVNHAOJ$0voHU32rwLagJlM=, Boolean #=qpEyUWf1tkAJ4bWNUnPtbFjAzUQGMZcYye5cc3Pm9xWA=)
at nCrunch.Common.IO.DirectoryPath.FromAbsolutePath(String absoluteFilePath)
at nCrunch.Common.IO.DirectoryPath.ResolveFilesUsingExpression(String expression)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.#=qOLhSM_HO7feY_c3zSnVzr1gQk702rc0SavQJNOV40Pg=(List`1 #=qctLJDc4iJh8Ir3x85gklIQ==, List`1 #=qo2ypnSXtU6JmQGN4MMo6AwOC$0pcSNz1AxUyn8A2kiI=, DirectoryPath #=q$T4oIRrx39nO6NcsbMd4Kw==, List`1 #=q0SsBQmhPsaRN$7II50zdoyUF5Q0NJ1x0Uzjxg1kfhAk=)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.#=qu$np1Oo9OXcFmPvnw9nmWE5sKbvRsCnmTR$H4szRs0o=(String[] #=qW1IMiEShwVtavY47hqsi9vVt3Df0X34VBzfx9n7KQ7Om5k_uBJvrB0YF7cVjCDRH)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.CreateSnapshotComponentFromXml(FilePath projectFilePath, BuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, ISnapshotConfig snapshotConfig, VisualStudioVersion vsVersion)

Thanks for the help,

-Chris
Hi Chris -

It looks like NCrunch isn't able to process paths from a UNC root. '\\psf' fails, though '\\psf\myfiles' should work. I recommend moving the files to work around the problem. I've noted this down to see if I can introduce a fix for it in the next beta build.

Thanks!

Remco
Maybe that helps https://github.com/psmacchia/NDepend.Path

Post a reply

Log in to reply.