Hi Chaps,
I'm trying to use NCrunch with an MS test suite. However trying to run NCrunch results in the following error:
Quote:NCrunch: If you are experiencing problems in getting this project to build, have a look at
https://www.ncrunch.net/...ing_project-build-issuesC:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamTest\Microsoft.TeamTest.targets (14): Could not load file or assembly 'My.Assembly.Name, Version=1.0.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I'm using Visual Studio 2010, and I have accessors in my project (I've added "Test References\*.accessor" to the AdditionalFilesToInclude attribute of each test assemly NCrunch configuration). Is there anything else I need to do?
Cheers,
Tom
PS Tests run fine in VS2010 IDE