Hi, I have got to the point of integrating unit testing (MSTest) into my 1.8.0.0 CCNet.
"I have followed the example listed here, http://www.cruisecontrolnet.org/projects/ccnet/wiki/Step_3_Add_unit_tests" With this line within the NANT script, it is referring to this file, <property overwrite="false" name="msbuildlogger" value="C:\Program Files\CruiseControl.NET\server\MSBuildListener.dll" /> I altered this to have "Program Files (x86)", due to it being a x64 bit windows 2008 server, but in the server directory of CruiseControl, the above DLL doesn't exist. And I get a NANT build error saying it isn't able to load type CCNetListener,CCNetListener I have seen a post from 2009, but wasn't sure of the resolution. Many thanks Liam
