Dante,
What version of NAnt are you using ? Can you send me
a small repro for both issues ?
Gert
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dante Omar Villarreal
Sent: dinsdag 28 december 2004 20:20
To: nant-users
Subject: [Nant-users] Error when building with <solution> tag but not with VS2003 IDERight 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)
