I have a solution with sixty projects that with CopyReferencedAssembliesToWorkspace set to false will compile a fair number of the projects successfully but will fail for certain projects. When I set CopyReferencedAssembliesToWorkspace to true nearly all of the projects will compile successfully. I'd like to get that issue resolved but I'd like to focus on the first issue.
The first error NCrunch gives me when I have CopyReferencedAssembliesToWorkspace set to false is a Test project can't find a reference to an assembly. Yet that reference is one of the projects that NCrunch built successfully.
Is there something in my solution that NCrunch isn't liking that I could change (and how do I figure out what to change)?
Or is this a problem with NCrunch as the solution builds fine in Visual Studio?
I've read the
https://www.ncrunch.net/...ing_project-build-issues but I'm not understanding what steps I can take to try and resolve this issue.