Hi, thanks for sharing this issue.
NCrunch reports this when a build fails to complete without returning any errors. There are certain situations in MSBuild that can cause this. Sometimes MSBuild actually represents reference resolution errors as warnings, which can be quite misleading and tends to confuse NCrunch (hence the lack of error information).
If you haven't tried it already, it's worth putting NCrunch in
compatibility mode for this solution to see if there is an obvious configuration setting that will resolve the problem.
You may also be able to get more detailed error information from the build by setting the
logging verbosity to detailed, then inspecting the failed build task in the Processing Queue window and examining the trace output at the bottom of the window. If you can't find anything in this that indicates a problem, feel free to copy/paste the trace output here and I'll help you take a look.
Cheers,
Remco