Intermittent crash of multithreading.NET windows service

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Can anyone shed some light on the problem I'm having?

I have a multithreaded application running as a windows service - it
crashes intermittently and the eventlog displays the error below, with
a source of ".NET Runtime". I have encountered this when there is
debugging code compiled in ( for example 'stop' in vb.net), but I am
100% sure there is no such code in my deployed application.

The error description is:
"The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot
be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. The following information is part of the event: .NET Runtime
version 1.1.4322.573- imageimport.exe - Common Language Runtime
Debugging Services: Application has generated an exception that could
not be handled.

Process id=0x920 (2336), Thread id=0x8f8 (2296).

Click OK to terminate the application.
Click CANCEL to debug the application..
 
Back
Top