Thanks! That new error message worked great! It turns out the version of the COM dll I was trying to reference had changed. Changing the reference fixed things immediately!
> -----Original Message----- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 18, 2004 12:59 PM > To: Castro, Edwin Gabriel (Firing Systems Engr.); nant- > [EMAIL PROTECTED] > Subject: RE: [Nant-users] Odd <solution> error > > Edwin, > > It appears as if a type library is not registered correctly. I've modified > NAnt to provide a more meaningful error message. > > I'll upload a new nightly build in 30 minutes or so. I'd advise you to run > your build using that new version. That should allow you to locate the > source of the error. > > Gert > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Castro, Edwin Gabriel (Firing Systems Engr.) > > Sent: donderdag 18 november 2004 21:31 > > To: Gert Driesen; [EMAIL PROTECTED] > > Subject: RE: [Nant-users] Odd <solution> error > > > > Hi Gert, > > > > I've attached the verbose output. > > > > --Edwin > > > > > -----Original Message----- > > > From: Gert Driesen [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, November 18, 2004 12:27 PM > > > To: Castro, Edwin Gabriel (Firing Systems Engr.); nant- > > > [EMAIL PROTECTED] > > > Subject: RE: [Nant-users] Odd <solution> error > > > > > > Edwin, > > > > > > Can you provide a verbose log for this issue (NAnt.exe > > -verbose ....) > > ? > > > > > > Thanks, > > > > > > Gert > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > > > Castro, Edwin Gabriel (Firing Systems Engr.) > > > > Sent: donderdag 18 november 2004 21:15 > > > > To: [EMAIL PROTECTED] > > > > Subject: [Nant-users] Odd <solution> error > > > > > > > > I downloaded the 2004-11-17 nightly and tried to compile a > > > > test project > > > > I have and I got a really odd error. I expected to see something > > about > > > > not finding Util as a class or namespace since I think this > > > > last nightly > > > > hasn't fixed that bug yet. Instead I saw the following: > > > > > > > > [output] > > > > T:\Rover2\TestSuites\FireBoxComponents>nant testexec > > > > NAnt 0.85 (Build 0.85.1782.0; nightly; 11/17/2004) > > > > Copyright (C) 2001-2004 Gerry Shaw > > > > http://nant.sourceforge.net > > > > > > > > Buildfile: > > > > file:///T:/Rover2/TestSuites/FireBoxComponents/default.build > > > > Target(s) specified: testexec > > > > > > > > > > > > testsuite: > > > > > > > > [solution] Starting solution build. > > > > [solution] Building 'TestUtilityLib' [Debug] ... > > > > [solution] Building 'PenLibTests' [Debug] ... > > > > > > > > BUILD FAILED > > > > > > > > Unexpected error while compiling project 'PenLibTests' > > > > Value cannot be null. > > > > Parameter name: input > > > > > > > > Total time: 0.3 seconds. > > > > [/output] > > > > > > > > Any ideas about where I could go looking for clues? I've attached > > the > > > > build file in case that'll help. > > > > > > > > --Edwin > > > > > > > > ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
