Title: Resolving path to .NET Assembly file

Hi,

I am using Nant to compile a .NET solution written in C++ (it was upgraded from VS 6.0). It is having a problem when it tries to resolve the path to a .NET assembly file that we are using. In .NET, the directory of this file is specified using the /AI flag, however when Nant tries to use this flag it complains:

Command Line warning D4002 : ignoring unknown option '/AI'

I also tried specifying this directory using the LIBPATH environment variable but that didn't seem to work either. Any ideas or suggestions?

Thanks,

Jamie

Reply via email to