I can't run NCover !!!! And I Want To -- Waaa Waaa Waa
I can't run NCover !!!! And I Want To -- Waaa Waaa Waa
Here is my batch file code:
@NCover.Console /c "C:\Program Files\NUnit-Net-2.0 2.2.5\bin\nunit-console.exe" "C:\DTA\CustomApps\BigDaddyDev\ZZZ.ClientServerTests\bin\Debug\ZZZ.ClientServerTests.dll"
Here is the result:
>Run-NCover.bat
NCover.Console v1.5.1 - Code Coverage Analysis for .NET - http://ncover.org
Copyright (c) 2004-2005 Peter Waldschmidt
Command: /c
Command Args: C:\Program Files\NUnit-Net-2.0 2.2.5\bin\nunit-console.exe C:\DTA\CustomApps\BigDaddyDev\ZZZ.ClientServerTests\bin\Debug\ZZZ.ClientServerTests.dll
Working Directory:
Assemblies:
Coverage Xml: Coverage.Xml
Coverage Log: Coverage.Log
The system cannot find the file specified
Press any key to continue . . .
>Exit code: 0
I am not sure what file it cannot find ... all files paths are complete ... I checked em out.
I get the same results with the latest version from this website.
Jay Johnson