EventLog - raising events without MS Help and Support Center link

G

Guest

I'm writing to the application event log with EventLog (in VS2005 Beta 2).
I don't want the link to the MS Help and Support Center to appear at the
bottom of the information for my events.
Does anyone know how to do this, as I want to add a link to our OWN support
desk when our application produces errors.

Here is the code:
eventLog1.WriteEntry("Test", System.Diagnostics.EventLogEntryType.Warning);

Thanks.
 
R

Richard Grimes [MVP]

James said:
I'm writing to the application event log with EventLog (in VS2005
Beta 2). I don't want the link to the MS Help and Support Center to
appear at the bottom of the information for my events.
Does anyone know how to do this, as I want to add a link to our OWN
support desk when our application produces errors.

It's not .NET, it is event viewer.

However, it has me perplexed. I have Raxio PerfectDisk installed on my
machine and the messages it generates do not have the message you give.
I admit that I have not spent too much time on this, but I cannot see
what it is about their messages that cause this.

Richard
 

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

Top