Hi,
I have a solution with several projects in, of which only one is a test project. The sln builds fine in VS and tests are passing, though NCrunch seems to be stuck looking for dependencies in a different workspace. There are 22 tests failing due to to a build failed.
The file path in bold is not correct. Is there a way for me to reset and restart NCruch in order to get rid of these errors? If by restarting it would find automatically the right workspace
I tried with 'Restart the NCrunch engine and resynchronize with VS and rebuild project' button, on the test window. But nothing changes.
Thank you
System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ---> System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Users\MartinaNatale\AppData\Local\NCrunch\10412\39\_ncrunchreferences\System.Web.Mvc.dll' or one of its dependencies. The system cannot find the file specified.
File name: 'file:///C:\Users\MartinaNatale\AppData\Local\NCrunch\10412\39\_ncrunchreferences\System.Web.Mvc.dll'
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)