Hi,
First off, I’d just like to say that you are awesome! I love NCruch and the fact that you’re still answering on these forums for every question (even when admittedly they are not well explained =) ) is amazing.
(See
http://imgur.com/a/pxGZ6 for images)
I figured out the issue. Someone wanted to add 2 dlls with the same name into the project. In order to do this without renaming one of them, they renamed the reference in the Csproj (Image #2). At that point they were able to add the other dll and place an alias on it. MSBuild works in this case but for some reason NCrunch does not.
Thank You