Hello,

Within our project, we rely heavily on the use of the NDoc task to keep our project
(source code) documentation up-to-date.


When we apply this within our build cycle while being online (logged user runs the
NAnt project/task tree), it all works just fine with the expected results.
On the other hand, when the same NAnt project/task tree is run during the night
(from a scheduled command-file entry), we run into the following problem :


Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 3/03/2004
Time: 17:44:01
User: N/A
Computer: BENT18KE
Description:
Faulting application hhc.exe, version 4.74.8702.0, faulting module hha.dll, version 4.74.8702.0, fault address 0x000217d8.


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 68 68 63 ure hhc
0018: 2e 65 78 65 20 34 2e 37 .exe 4.7
0020: 34 2e 38 37 30 32 2e 30 4.8702.0
0028: 20 69 6e 20 68 68 61 2e in hha.
0030: 64 6c 6c 20 34 2e 37 34 dll 4.74
0038: 2e 38 37 30 32 2e 30 20 .8702.0
0040: 61 74 20 6f 66 66 73 65 at offse
0048: 74 20 30 30 30 32 31 37 t 000217
0050: 64 38 d8


Did anyone ever see this kind of behavior before ?

I suspect it to be a problem due to the lack of a visual context ... the HTML Help compiler
(hhc.exe) is trying to write/log something to a file handle which is not initialized (or something).


Any suggestions ?

Greetings,
Frank

_________________________________________________________________
Hotmail: your free e-mail ! http://www.msn.be/hotmail



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to