Re: [NAnt-users] Getting missing directive or assembly reference error.

2006-12-28 Thread Bob Archer
@lists.sourceforge.net Subject: [NAnt-users] Getting missing directive or assembly reference error. Hi all, In one of my nant builds, I need to use some functionality from the ThoughtWorks.CruiseControl.Remote (it's a long story). So, include the ThoughtWorks.CruiseControl.Remote.dll and then i

[NAnt-users] Getting missing directive or assembly reference error.

2006-12-28 Thread Nguyen, Daniel
Hi all, In one of my nant builds, I need to use some functionality from the ThoughtWorks.CruiseControl.Remote (it's a long story). So, include the ThoughtWorks.CruiseControl.Remote.dll and then import the namespace (please see the code snippet below). However, I'm getting the following error a