I am using Ranorex 3.0.1. I am trying to automate a WinForms Application through Visual Studio by including Ranorex dlls. Am getting the following error message sometimes.
"LineageGlueRule Winforms caused an exception on Execute method. Method Alert in type ****.MAINFORM from assembly **** version 5.14.1.10 culture - neutral Public KeyToken = null does not have an implementation".
Here **** represents my application name which is being automated.
Am getting the error message when the code tries to find the following rx path "/form[@controlname='MainForm']/element[@controlname='standaloneBarControl']/element/button[@accessiblename='New Trade |']"
Am using Host.Local.TryFindSingle to find this path in my code.
Please note that, this error message does not show up all the times. It appears sometimes and fails my automation.
Can you please explain me about this behaviour

Regards,
Siva R S