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

2006-12-28 Thread Bob Archer
You might want to use the class browser or reflector to ensure the case of your name space is correct. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nguyen, Daniel Sent: Thursday, December 28, 2006 12:37 PM To: nant-users@lists.sourc

[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

[NAnt-users] task support for Visual Studio 2005

2006-12-28 Thread Gert Driesen
Hi, Today marks the availability of long-awaited support for Visual Studio 2005 solutions and projects in the task. Those eager to try it out can download the lastest nightly build here: http://nant.sourceforge.net/nightly/latest To allow for maximum compatibility, Martin Aliger implemented thi