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
Remco NCrunch Developer
#9234
29 Sep 2016 21:52 UTC
Hi Tim,
This is caused by a .NET 4.6.2 detection issue on Windows 10 with update 1607 installed.
Try this build to see if it resolves the problem:
http://forum.ncrunch.net/yaf_postst1937_NCrunch-doesn-t-use-the-4-6-2-engine-host.aspx
This is caused by a .NET 4.6.2 detection issue on Windows 10 with update 1607 installed.
Try this build to see if it resolves the problem:
http://forum.ncrunch.net/yaf_postst1937_NCrunch-doesn-t-use-the-4-6-2-engine-host.aspx
Post a reply
Log in to reply.