J
john
I have a service that checks the event log for certain types of error
messages. It kept locking up so I put in debugging code to see where
the problem was. It's locking up when I call the property
EventLogEntry.Message. I have search message boards and have found a
few people complaining that this property throws a strange exception.
It doesn't just lock up the thread that is calling it, but it locks up
other unrelated threads too. In fact, the service gets frozen so badly
that when you try to stop the service from the services panel, it
doesn't doesn't respond.
Any ideas? Thanks in advance.
messages. It kept locking up so I put in debugging code to see where
the problem was. It's locking up when I call the property
EventLogEntry.Message. I have search message boards and have found a
few people complaining that this property throws a strange exception.
It doesn't just lock up the thread that is calling it, but it locks up
other unrelated threads too. In fact, the service gets frozen so badly
that when you try to stop the service from the services panel, it
doesn't doesn't respond.
Any ideas? Thanks in advance.