Intermittent crash of multithreading.NET windows service

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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top