NCover v1.5.2 w/Nunit & .Net 1.1
NCover v1.5.2 w/Nunit & .Net 1.1
Attempting to get code coverage of my unit tests, but am missing something....
- I added NCover and NUnit directories to my path.
- I can invoke either NCover or NUnit from the command line in my current directory.
- When I attempt to "NCover.Console NUnit-Console", it can not find the exe
- I noticed the NCoverConsole.exe.config is set for .Net 2.0 (although the FAQ still says it is only tested under 1.1)
Any assistance on Getting this to play nice??????
-------------------------------------------------
C:\PlayCode\NUnitPlay\bin\Debug>nunit-console
NUnit version 2.2.9
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, C
harlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.
OS Version: Microsoft Windows NT 5.2.3790.0 .NET Version: 1.1.4322.2300
-------------------------------------------------------------
C:\PlayCode\NUnitPlay\bin\Debug>ncover.console nunit-console
NCover.Console v1.5.2 - Code Coverage Analysis for .NET - http://ncover.org
Copyright (c) 2004-2005 Peter Waldschmidt
Command: nunit-console
Command Args:
Working Directory:
Assemblies:
Coverage Xml: Coverage.Xml
Coverage Log: Coverage.Log
The system cannot find the file specified
C:\PlayCode\NUnitPlay\bin\Debug>