System.Diagnostics.EventLog on Win9x

  • Thread starter Thread starter Jeff Molby
  • Start date Start date
J

Jeff Molby

Does anyone know offhand how the EventLog acts on Win9x? Does it know to
create text logs or does it just raise an exception?

If anyone has any experience with this, I'd appreciate a brief answer. I
don't expect anyone to do my research for me.

Thanks!
Jeff
 
Jeff,

That's easy, it doesn't =) There is no event log on Win 98. While the
class will exist in the framework on installations on 98, it won't work.

Hope this helps.
 
I figured as much, but I was wondering more about how the class behaves in
that situation. Does it raise an exception? Does it do nothing? Does it log
the entries in a plaintext file?

Nicholas Paldino said:
Jeff,

That's easy, it doesn't =) There is no event log on Win 98. While the
class will exist in the framework on installations on 98, it won't work.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Jeff Molby said:
Does anyone know offhand how the EventLog acts on Win9x? Does it know to
create text logs or does it just raise an exception?

If anyone has any experience with this, I'd appreciate a brief answer. I
don't expect anyone to do my research for me.

Thanks!
Jeff
 
It throws an exception.

Willy.

Jeff Molby said:
I figured as much, but I was wondering more about how the class behaves in
that situation. Does it raise an exception? Does it do nothing? Does it
log
the entries in a plaintext file?

in
message news:%[email protected]...
Jeff,

That's easy, it doesn't =) There is no event log on Win 98. While the
class will exist in the framework on installations on 98, it won't work.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Jeff Molby said:
Does anyone know offhand how the EventLog acts on Win9x? Does it know
to
create text logs or does it just raise an exception?

If anyone has any experience with this, I'd appreciate a brief answer.
I
don't expect anyone to do my research for me.

Thanks!
Jeff
 
Thanks man.

Willy Denoyette said:
It throws an exception.

Willy.

Jeff Molby said:
I figured as much, but I was wondering more about how the class behaves in
that situation. Does it raise an exception? Does it do nothing? Does it
log
the entries in a plaintext file?

in
message news:%[email protected]...
Jeff,

That's easy, it doesn't =) There is no event log on Win 98. While the
class will exist in the framework on installations on 98, it won't work.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Does anyone know offhand how the EventLog acts on Win9x? Does it know
to
create text logs or does it just raise an exception?

If anyone has any experience with this, I'd appreciate a brief answer.
I
don't expect anyone to do my research for me.

Thanks!
Jeff
 

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

Similar Threads

EventLog does not write 2
Access to EventLog on remote computer 4
Use a static form of the EventLog class? 2
Universal Dock 13
IPad Multiple Users 0
Writing to the EventLog 6
Whats this 4
Event Log message missing 12

Back
Top