> What could be causing this? How can I get more information on the
> error? Is there a way to make the program generate a cordmp file to
> see what the exception was and where exactly it had happened?
This exception is not generated directly by your application. It happens on
writing to the event log. It seems that you are trying to write a message
to the event log with a registered source and message id, but haven't
registered the dll containing the messages.

Signature
------ooo---OOO---ooo------
Peter Koen - www.kema.at
MCAD CAI/RS CASE/RS IAT
------ooo---OOO---ooo------
Alexey Kouzmitch - 30 Oct 2003 23:23 GMT
so how do i register the dll?
are you talking about puttin it into GAC?
But besides that, the application makes several entries in the event log
when it executes successfully, so why would one write fail versus the other?
> > What could be causing this? How can I get more information on the
> > error? Is there a way to make the program generate a cordmp file to
[quoted text clipped - 4 lines]
> to the event log with a registered source and message id, but haven't
> registered the dll containing the messages.