Question
RBC
CA
Last activity: 1 Feb 2018 9:46 EST
Event Trigger cause "Error deserializing Design Component"
Using a custom DLL for background work. The work runs on a BackgroundWorker object and fires an event "TasksAvailable" when complete. When I include the event into an automation, I get an error box saying "Error deserializing Design Component - NewArFound" , "Key cannot be null." "Parameter name:key".
The event is not triggered. Sample C# code seems to run fine, but the robotic automation fails.. below is a screen shot with error message, .os, and the C# event trigger. Must be missing something?