NCover 1.5.7 seems to only work for GUI and console applicat

NCover 1.5.7 seems to only work for GUI and console applicat

Hi, I'm a newbie to using NCover. I've just tried out the latest version 1.5.7 and had some trouble with testing windows services and web services. I looked over the FAQ on how to test those services with NCover and browsed this forum a bit for answers and have found that other users are having similar problems. Presently, it seems NCover can only test GUI and console applications without any problems.

I installed NCover using the installer. Added NCover directory to Windows path. Then tested out the tool. Also followed the suggestion of re-registering CoverLib.dll with regsvr32.

Found posts about similar problems:

Windows services
http://ncover.org/SITE/forums/thread/1110.aspx
http://ncover.org/SITE/forums/thread/1097.aspx

IIS
http://ncover.org/SITE/forums/thread/986.aspx
http://ncover.org/SITE/forums/thread/1023.aspx

Here are the errors I received:

For windows service error, I get same error as post http://ncover.org/SITE/forums/thread/1097.aspx

If I attempt to test the service by calling NCover with the path to service executable instead, I still get error that NCover could not start service and that it must be started with Windows Services manager, etc.

For IIS, I get the following error

Waiting for profiled application to connect...Connected
Profiled process terminated. Profiler connection not established.


It just abruptly terminated after connecting. FYI - We are running with IIS 6 on W2k3.

This is kind of sad as we were looking to use NCover for code coverage of our company's products which are Windows services and web applications. But looks like we will have to wait until these issues are fixed.