doing logging component using .NET 4.5 working to log into event log, using ETW
4.5 did include ETW framework into System.Diagnostic.Tracing.* however samples and external project lead to install Microsft.Diagnostic.Tracing.* it's really confusing. But for testing purposes, I'm sticking to Microsoft.*
RegisterEvent tool is installed, and attached to the class library containing the custom EventSource, build is good, but I can't see the manifest file (.man) being generated
I'm lost. afaik, I need that .man for manual registration, only then event log will spew out my magic