Invalidate converage.xml
Invalidate converage.xml
Hi, when i run my service using NCover.Explorer, i got the output below. Can you point me where's my wrong?
NCover.Console v2.1.0 (Administrator x86) - Code Coverage Analysis for .NET Copyright (c) 2008 Gnoso Inc. http://www.ncover.com
Registered to Customer #: 13062 NCover Enterprise Edition (1 User) 27 days left in the trial period.
Command: Command Args: Working Directory: D:\CNAIPQM\Work\Source Code\C++\Output Assemblies:
Program Output Starting Service [PQMAgentControllerService]... Press Control-C to stop the service and collect coverage data.
Abort In Process Sending Control - C Received Control Event: Ctrl_C Stopping Service [PQMAgentControllerService]
Stopping Process
Stopping Process 2nd Try
Aborted by user. Exception
-- Top-level exception (System.Exception) No data was collected. -- Stack Trace at NCover.Framework.ProfilerDriver._GetCoverageData() at NCover.Framework.ProfilerDriver.Execute() at NCover.ConsoleMain.ConsoleMain.Main(String[] args)
The profiled program returned 20000
RE: Invalidate converage.xml
Koujie,
NCover only produces coverage stats on managed executables and dlls. It looks like you're trying to profile a native (C++, not managed C++) application. Am I mistaken?
Stephen Ward