Ive been using nCrunch for years and am a huge fan. Recently changed project and trying to make my nCrunch run on VS 2022, running on Mac but Win10 environment (Parallels) and am getting the following exception when enabling nCrunch on the solution:
Quote:Unable to load component: System.IO.IOException: The path '' 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.FromAbsolutePath(String absoluteFilePath)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.(DirectoryPath )
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.CreateComponentsFromXml(FilePath projectFilePath, BuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, VisualStudioVersion vsVersion)
at nCrunch.Client.Initialisation.ProjectLoadInitTask.Run()
This is following a build error on all projects in the list.
Any idea if there is a config button I can adjust to make this message go away?