Tagged Questions

0
votes
1answer
137 views

COM Exception Receiving WMI Event in MMC Snapin

I am attempting to create an MMC snapin that among other things, will receive and display log events that are fired from my service. I have created the watcher and it fires correctly, but when I try ...