[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