Re: [Nant-users] VB compiler error related to interfaces

2003-06-26 Thread Ian MacLean
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

[Nant-users] VB compiler error related to interfaces

2003-06-26 Thread deborah . k . leung
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

[Nant-users] VB compiler error related to interfaces

2003-06-26 Thread deborah . k . leung
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