I have a Microsoft.Diagnostics.Tracking.EventSource
using Channel = EventChannel.Admin
: the resulting manifest installs and works fine on the two W7 machines I've tried, but on 2008 R2, when I drill down in EventViewer, I get MMC snap-in errors, and I can see that the events are not 'recognised' ("The description blabla cannot be found...").
Strangely, if I uninstall the manifest, EventViewer can open the event file without exceptions (though still doesn't find the descriptions properly).
Is there something OS-specific about EventSource
manifest files?
Any pointers of directions in which I should search?