Right after getting the code from SourceSafe I tried building it with NAnt using the <solution> task and got the error described below. However, If I build the solution through the IDE it builds fine. Then if I try building it with NAnt again after building it with the IDE, it builds fine with NAnt. Any ideas? I also notices that the first two projects in the solution build in the opposite order when build with NAnt versus the IDE, not that itt matters but in case it is useful information... Thanks in advance!
 
 
 [solution] Building '<ProjectName>' [Debug] ...
                [aximp] Generating Windows Forms Control wrapping 'C:\...\chatcontrols.dll'.
                [aximp] AxImp Error: File or assembly name AttachedDataLib, or one of its dependencies, was not found.
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
Error importing ActiveX control from 'C:\...\chatcontrols.dll'.
    External Program Failed: C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\aximp.exe (return code was -1163019603)
 
 

Reply via email to