I am trying to get the new System.Diagnostics.Eventing event logging working in a simple .Net app before integrating it into my application.
Working off of this page, I created a manifest, built a simple app that fires an event and registered the provider to see it in the event viewer. I don't get any errors in event viewer or my sample app (the provider IsEnabled and WriteEvent returns true), but the events never show up.
Is there something I'm missing? Or some likely causes that I can check?