blog.vorpal.cc

Hi! My name is David Hogue. I write code in Bend, Oregon.

February 20, 2007

NCover + CCNet + Win2003

Filed under: — David @ 5:20 pm

Having trouble running NCover on a new Windows 2003 build server? Getting an error like “Profiled process terminated. Profiler connection not established”? Does NUnit-Console.exe keep running after NCover has exited and NAnt hangs waiting for NUnit, but NUnit never finishes?

Run this from the directory where NCover is installed: regsvr32 coverlib.dll

I found the solution at the NCover forums.

Leave a Reply