Automation is not Starting When an Event Occurs
When attempting to run the automation in debug mode, it will load the adapters/forms/applications that are expected when the project starts, but will never proceed into the automation.
Example: A windows form Click event is the first block in the automation. When the project starts, the form will appear, but will not kick off the automation once clicked. It isn't an issue with the windows form as even having the automation kick off when a web page loads wont work either. The issue doesn't appear to occur when creating a new solution/project from scratch and implementing the same type of layout, which leads me to believe maybe there is a corrupt file somewhere within my project file... or it could be in the automation itself. Is there a clear reason why this might be happening?