To monitor some application, I am using ManagementEventWatcher class and I have registered EventArrived event.
When I run application from .NET IDE it works fine. As I have not finished coding of other area on the same form, I have to run and close application serveral times. The problem is when I run application multiple times; for first few times EventArrived gets
fired very well. but After some executions it doesnot get fired.
When I restart machine, again it starts working fine. Does any one have any idea?
nilesh k
View Complete Post