Pritesh Shah wrote:
...
error CS0234: The type or namespace name 'abc' does not exist in the class
(are you missing an assembly reference?)
That's the clue.
...
Add a reference to abc.dll here. The block in NAnt
Thank you for the info. It now builds fine but I now get a parser error
when I start my client.
Parser Error Message: Could not load type 'GRD.Global'.
The app complies and works great when I build it through VS. I am probably
missing something basic.
Thanks again for the help.
From: "Ger
hello e'body,
I am a newbie to nant. I'm trying to write a build file for a simple
project. The project xyz depends on abc.dll . How do i go about doing
that. Given below is my current .build file for xyz, which is giving
the following errors:
error CS0234: The type or namespace name 'abc' does n
Title: RE: [NAnt-users] Extending nant
I can share the source. However, I managed to get my code to compile and run late Thursday night. I'm not sure what I changed to get this to work, but it's working now. Thanks for looking at this, though. I appreciate people's efforts.
Jeremiah
--