Question

Infosys Ltd
IN
Last activity: 1 Nov 2019 9:22 EDT
Unwind was called for AutomationId : Automator-8D741172DEB6E7D LinkPartID:
Hello,
My Automation is getting the error "Unwind was called for AutomationId : Automator-8D741172DEB6E7D LinkPartID: Automator-8D741172DEB6E7D. but AutomationId : Automator-8D742C0E4A078E4 LinkPartID: 199tops the stack" when it is executing the .Net dll static method.
.Net dll method consist of couple of excel file reading operations and loops.
I'm using open span plugin (version 8.0.1087.0). in this after executing some logic in one automation file .Net dll Static method is calling (.Net dll is placed in "OpenSpan Plug-in for Microsoft Visual Studio 2015" folder and took the reference from this folder to project and added this static method into toolbox) after executing some code in this Static method with out going to catch block (please refer automation image attached) I'm getting the above error in one of the automation file (I feel with out executing the complete method it is jumping to the automation file).
To resolve this I tried calling dll method execution Asynchronously , at this time application is stopping with out giving any error.
I require .Net dll static method to execute completely , Please suggest in this
Thanks