Hello everybody,

Sometimes it happens that click event of a button or load event of form doesn't fire. I then check the InitializeComponent() method and find that the event handler is not registered and I register it and it starts working however the event handler was previously registered and was working fine.

Any idea why is this happens that event handler got unregistered and how to resolve it?

Thanks.