Short:
Restart HS without my plugin .. no errors .. start my plugin and the errors are back. Step through the plugin and after RegisterEventCB is called, the Event starts logging errors. I use RegisterEventCB to be informed when the Plugin's Features are renamed and it seems to work fine.
Why is RegisterEventCB causing Events to log errors? Has anyone else seen this? The Event appears to execute correctly

- The call to RegisterEventCB appears to cause an Event with Dual-Actions and a Delay to log "Object reference not set to an instance of an object" errors
Restart HS without my plugin .. no errors .. start my plugin and the errors are back. Step through the plugin and after RegisterEventCB is called, the Event starts logging errors. I use RegisterEventCB to be informed when the Plugin's Features are renamed and it seems to work fine.
Why is RegisterEventCB causing Events to log errors? Has anyone else seen this? The Event appears to execute correctly
Comment