EventLog.WriteEntry(...) Cause Exception on Windows 98/98SE

  • Thread starter Thread starter John Lee
  • Start date Start date
J

John Lee

Hi,

Why EventLog.WriteEntry() works fine with Windows ME (where is the message
being written or just ignored?) and throw exception on Windows98 and 98SE.
Should it be handled at Framework level?

Thanks!

John
 
I believe System.Diagnostics.EventLog doesnt support '98 on account of
it not having one...

r.
 
(e-mail address removed) (Robbie Harris) wrote in
I believe System.Diagnostics.EventLog doesnt support '98 on account of
it not having one...

r.

That's what he said. However, it works on ME, which also doesn't have one.

As for the answer, I couldn't tell you.

Mark
 

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

Back
Top