MSB6006: NCover.Console.exe exited with code 2000

MSB6006: NCover.Console.exe exited with code 2000

Hi All I wanted to create a NCover report for my application. It contains couple of Assemblies so I used following build script:


RE: MSB6006: NCover.Console.exe exited with code 2000

mstest runs as a 32-bit process. you'll need to use the version of NCover in "C:\program files (x86)\ncover". The custom build task launches the x64 version of NCover.


RE: MSB6006: NCover.Console.exe exited with code 2000

I have configured NCover in cruisecontrol setup. In the reporting part there is one peculiar problem. If I keep continueonerror=true everything works fine, if I make it “false”, then build breaks throwing “MSBUILD : warning MSB6006: "NCover.Console.exe" exited with code -100”. Any help on this is appreciable.


RE: MSB6006: NCover.Console.exe exited with code 2000

I have responded to the email you sent to support