Problems with NCover 1.3.3 and NUnit

Problems with NCover 1.3.3 and NUnit

I have to use NCover 1.3.3 because my application is built on .Net 1.1.

I was able to run NUnit by typing the command line:

> nunit-console myDoc.UnitTests.dll

However, I couldn't get NUnit run from NCover because the arguments for NCover do not compatible with NUnit. NUnit requires assembly files specified to be executed.

"Application Exception" is given if the value of /c is anything other than an application (*.exe), such as a batch file (*.bat); or anything more than the application name, such as ncover-console /c "nunit-console myDoc.UnitTests.dll"

How can I workaround with this problem? Is this problem specific to 1.3.3 version? I'm running on Windows Server 2003 SP1.

Thanks,

Erica