I'm using NCrunch 2.14.0.8 and am getting an NCrunch build error on my project.
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d...ng_project-build-issues
OrderServiceTests.cs (5, 7): The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
WARNING - ..\..\..\..\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets (1697, 5): Could not resolve this reference. Could not locate the assembly "Telerik.JustMock". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
My JustMock version is 2015.1.224.3
I'm using VS 2013
I'm running on Win 8.1 pro 64 bit.
Any suggestions?