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?
User error, for a change :(
I even wrote it out right in the comment on Doug's answer:
But that wasn't what I actually had in my batch file, where I forgot to put the full path in front of the .man file name.