"no data was collected" from gallio

"no data was collected" from gallio

If I run coverage through TestDriven.net or NCoverExplorer everything is fine.

However using ncover from the command line, like so:

ncover.console.exe //pm Gallio.host.exe Gallio.Echo.exe myassembly.dll

observing the console, i see gallio run, i see "x passed, 0 failed"

but then:

Top level exception, no data was collected.

Am i doing something wrong?

Im using ncover 3.1.4 x86 and gallio 3.2.5

Thanks

Andrew


RE: "no data was collected" from gallio

are you on a 64-bit machine?


RE: "no data was collected" from gallio

no, windows server 2008 x86


RE: "no data was collected" from gallio

does using //reg solve the problem? try running

regsvr32 "C:\Program Files\NCover\NCover.Lib.x86.dll"

from an administrative command window and then try again.


RE: "no data was collected" from gallio

neither helped im afraid, exactly the same issue.

using gallio 3.0.6.744 doesnt work either, exactly the same problem.

Also happens on two other different machines, another server 2k8 and server 2k3


RE: "no data was collected" from gallio

Was moved to case 30636


RE: "no data was collected" from gallio

The issue was the //pm option should have the process name and not the path to the process name.

Joe Feser


RE: "no data was collected" from gallio

aha, thank you :)