intermittent net 2.0 runtime error, faulting module kernel32.dll



I get a general NET 2.0 runtime error approximately once per week (no
consistency of time other than usually not during business hours) from a
windows service that is installed on a server. The service communicates with
a MSSQL2005 server and calls a method on NET 2.0 web service on a regular
basis 24x7. I cannot seem to trap the exception even though the looping
business logic that runs 24x7 is within a try/catch statement.

details in application event log :
source: .NET Runtime 2.0 Error Reporting

description: Faulting application <myapp>.exe, version 1.0.0.0, stamp
48879241, faulting module kernel32.dll, version 5.2.3790.2919, stamp
4626487f, debug? 0, fault address 0x00015e02.

the system event log shows the windows service unexpectedly stopping within
a minute after this event.. I restart the service, and all is happy for
another week or so.

... any ideas?

-- thanks
jc
.



Relevant Pages

  • Office SP2 update causes Excel automation crash!
    ... A client's server was automatically updated to MS Office 2003 SP2 at 3am ... but a Windows Service that I ... crashing everytime it tries to open (via automation) a spreadsheet. ... The Event Log says first, "Rejected Safe Mode action: ...
    (microsoft.public.excel.programming)
  • How do I grant permissions to my .NET 2.0 program in Windows 2003?
    ... I created an application under C# that runs as a Windows Service. ... write an event to the Windows event log to check in, ... record in a SQL server database, ...
    (microsoft.public.dotnet.framework)
  • Re: Converted app to a Windows Service
    ... Right now, I have it set to put out info into the event log, each time it checks for the file. ... windows service. ... The application works fine when the input & output locations are local ... on the server the app is on. ...
    (microsoft.public.dotnet.languages.vb)
  • Windows Service - Event Log
    ... I am building an windows service that is to be deployed on a windows ... server 2003 and I want to have activity written to the event log, ... Create an EventLog instance and assign its source. ... Write an informational entry to the event log. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Error tracking a windows service
    ... Catch block I log any exceptions to the Event Log ... | arguement to tell it to do something special like capture ... | when certain command line arguements are passed in, the compiled code ... | that with a windows service? ...
    (microsoft.public.dotnet.languages.vb)

Loading