I think it would be useful to post at least the snippet of C# code thats
failing. Looking at the Project constructor I can see that you need to
either :
- pass a valid configuration XmlNode object or
- have a config file containing the section from nant.exe.config
in the same directory as your
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> yamuna jayawardena
> Sent: maandag 26 september 2005 9:30
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] NAnt project
>
>
> hi,
> I am developing a NAnt build tool using c#.
> I