deborah,
without seeing your build file its hard to say. However if the compiler
is saying its missing the reference then it does need that reference.
Thats how the compiler works - not some function of nant. Maybe because
vs.net allows you to add references to projects ( as opposed to just
ass
I am currently getting a missing reference error when I build with my build
scripts but a clean compile in my Visual Studio. My current structure
looks similar to the following:
Project A
Public Interface A
Project B
Public Class B
implements inplements A
Project C
Pub
I am currently getting a missing reference error when I build with my build
scripts but a clean compile in my Visual Studio. My current structure
looks similar to the following:
Project A
Public Interface A
Project B
Public Class B
implements inplements A
Project C
Pub