Rank: Member
Groups: Registered
Joined: 8/28/2012(UTC) Posts: 11 Location: Manchester
Thanks: 1 times
|
I've installed NCrunch manually in to VS 2017 2017 Preview (2) - 15.3.0 Preview 6, and this is the error I'm getting when it tries to run any test: Quote:nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed at nCrunch.Core.ProcessManagement.ExternalProcessManager.(ProcessorArchitecture , ProcessLoadParameters ) at nCrunch.Core.ProcessManagement.ExternalProcessManager.LoadExternalProcess(ProcessLoadParameters parameters, GridClientId client) at nCrunch.Core.BuildManagement.BuildProcessLauncher..() at nCrunch.Common.PerformanceTracking.PerfTracker.TryTrackActivity(String name, Action activity) at nCrunch.Core.BuildManagement.BuildProcessLauncher.(Action`1 , ProcessorArchitecture , GridClientId , BuildSystemParameters , IList`1 ) at nCrunch.Core.BuildManagement.BuildProcessLauncher.AnalyseComponentBuildInExternalProcess(ComponentLoadParameters parameters, IList`1 customEnvironmentVariables) at nCrunch.Client.ComponentLoader.SnapshotComponentLoader.(ProcessorArchitecture , String ) at nCrunch.Client.ComponentLoader.SnapshotComponentLoader.CreateComponentFromXml(FilePath projectFilePath, ParsedBuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, VisualStudioVersion vsVersion, ComponentUniqueName componentName, TaskSettings componentTaskSettings, Exception parseException, String targetFramework) This happens on both projects I've tried, the first was a dual targeted 4.6.1 & netcoreapp 2.0, the second is a netcoreapp 1.0 that works fine in normal VS2017
|