|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Runtime 2.0 ErrorI am working on a Windows Service. It is still in development so errors
and exceptions are not surprising. What is surprising is that I believe I have all of my work occuring in try blocks. I am using log4net to then log the messages. This has been working fine for the last few weeks of development. Today the service just stopped. The log file shows no error messages or anything. In the Event Viewer, there is an error event: Source: .NET Runtime 2.0 Error Reporting Description: EventType clr20r3, P1 nameofservice.exe, P2 1.0.0.0, P3 43a85190, P4 mscorlib, P5 2.0.0.0, P6 4333ab80, P7 32f8, P8 21c, P9 system.io.ioexception, P10 NIL. Okay so I gather as much as there are file handling issues. Any thoughts on where to go from here?? |
|||||||||||||||||||||||