I'm working on a project that targets .NET 4.6.2; I have just installed .NET 4.6.2 Developer Pack on the grid node and rebooted it. Now I get the following from the Grid Node Server:
NCrunch encountered an error while trying to construct an environment to execute this test: System.Exception: The requested version of the .NET framework, 'NotSpecified' is not installed on this system
at nCrunch.Core.ProcessManagement.ExternalProcessManager.(ProcessorArchitecture , ProcessLoadParameters )
at nCrunch.Core.ProcessManagement.ExternalProcessManager.LoadExternalProcess(ProcessLoadParameters parameters, GridClientId client)
at nCrunch.Core.TestManagement.TestRunnerProcess..()
at nCrunch.Common.PerformanceTracking.PerfTracker.TrackActivity(String name, Action activity)
at nCrunch.Core.TestManagement.TestRunnerProcess.(Boolean , FilePath , GridClientId , CustomEnvironmentVariable[] )
at nCrunch.Core.TestManagement.TestRunnerProcess..()
at nCrunch.Common.PerformanceTracking.PerfTracker.TrackActivity(String name, Action activity)
at nCrunch.Core.Processing.TestExecutionTaskLogic.DoProcessTaskAndReturnSuccessFlag()
.NET Framework "Not specified"? Both the test project and the project under test definitely target .net 4.6.2. Any ideas?
Thanks,
Tim Long