01-19-2021 10:20 AM
I've enabled auto-login in my script using the following code:
this.engine = this.axApplicationMgr.GetEngine();
this.engine.CurrentUser = engine.GetUser(user); // user = "administrator"
The fallback sequence has been edited as per the image attached.
When running the code, the autologin is successful but when I try to close the execution box I'm getting the below error.
Images attached for details.
----------------------------------------
Details:
Could not find file 'x64\frontend.dll'.
----------------------------------------
Error Code:
-17208; File or directory not found.
----------------------------------------
Location:
Step 'Logout' of sequence 'LoginLogout' in 'FrontEndCallbacks.Seq'
----------------------------------------
Solved! Go to Solution.
01-22-2021 10:40 AM
There was a dll mismatch.
Resolved using the correct version of dll.