Original Message
Subject:RE: [Nant-users] Integration of NAnt with NUnit
Date: Thu, 8 Jan 2004 01:18:40 -0600
From: David Reed <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Yogesh, there's a appconfig attribute on the nunit2 task that you need
t
NAnt uses precompiled NUnit using some particular version of
nunit.framework.dll. Most likely this version is not what you've compiled
your assembly against.
Try recompiling your dll, but instead of using nunit.framework.dll that
comes with NUnit, use the one from NAnt.
Hope it helps,
Jarek