Exception: Using CruseControl.NET to call nCover
I am using CruiseControl.NET to call nCover, and I am recieving the following exception/output.
Command: /assemblies BasicTesting /xml:C:\Projects\Server\Simulator\Artifacts\CoverageResults\CoverageReport.log
Command Args:
Working Directory:
Assemblies:
******************* Program Output *******************
***************** Exception *****************
-- Top-level exception (NCover.Framework.ProfilerRuntimeException)
The process could not be started. Ensure that it runs outside of NCover.
Does anyone know why I am recieving this error. I have also included the config block in CruiseControl.NET below.
Thanks,
Jeremy
My CruiseContrl.NET block:
<exec>
<executable>C:\Program Files\Ncover\NCover.Console.exe</executable>
<basedirectory>C:\Projects\Server\Simulator\TheSimulator\ConsoleApplication\BasicTesting\bin\debug</basedirectory>
<buildargs>"/assemblies BasicTesting /xml:C:\Projects\Server\Simulator\Artifacts\CoverageResults\CoverageReport.log"</buildargs>
<buildtimeoutseconds>10</buildtimeoutseconds>
</exec>