Rank: Member
Groups: Registered
Joined: 2/25/2016(UTC) Posts: 17 Location: Austria
Thanks: 4 times Was thanked: 3 time(s) in 2 post(s)
|
Tried NCrunch on the new Windows DevKit on ARM. Unfortunatly NCrunch (besides being horrible slow, but thats another issue) dies with: Code:
An error occurred while analysing this project after it was built: NCrunch encountered an unexpected error occurred while building an environment to analyse an assembly: The NCrunch task process failed to correctly initialise with the following exception: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The NCrunch task process was unexpectedly terminated. For information on how to troubleshoot this problem, please see https://www.ncrunch.net/documentation/troubleshooting_process-terminated-unexpected-error
bei nCrunch.TaskRunner.Ipc.Fast.IpcReader.Initialise()
bei nCrunch.TaskRunner.Ipc.Fast.IpcStream.Connect(String ipcName, Boolean isHost)
bei nCrunch.TaskRunner.Ipc.Fast.FastIpcClient.Connect(String ipcName)
bei nCrunch.Core.ProcessManagement.DefaultProcessLoader.ConnectToProcess(ExternalProcess externalProcess, ProcessLoadParameters parameters, Action`1 outOfBandMessageHandler)
bei nCrunch.Core.ProcessManagement.ExternalProcessManager..()
bei nCrunch.Common.PerformanceTracking.PerfTracker.TrackActivity(String name, Action activity)
bei nCrunch.Core.ProcessManagement.ExternalProcessManager.(EffectiveProcessorArchitecture , ProcessLoadParameters , Boolean )
The trace output for the process is as follows:
Unhandled exception. System.BadImageFormatException: Could not load file or assembly 'C:\Users\mgrun\AppData\Local\NCrunch\19076\2\TestProject1\bin\Debug\net6.0\nCrunch.TaskRunner.DotNetCore.20.x64.dll'. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
File name: 'C:\Users\mgrun\AppData\Local\NCrunch\19076\2\TestProject1\bin\Debug\net6.0\nCrunch.TaskRunner.DotNetCore.20.x64.dll'
|