Hello: I have noticed that there is some way to insert XML into the windows event log (and not by just stuffing it into the description). The effect is that you get just your description message in the General view (windows Vista), and you can see your XML data in the Details View (If you select the "Friendly" radio button, it appears under the "Event Data" node, and if you select the XML view, you get to see the XML.
I had thought that the rawData byte array in the EventLog.WriteEntry() method would allow me to do this, so I tried stuffing output of an XMLWriter into it. That put data into the event log, but it is viewed as binary instead of XML. Has anyone done this?