Hello,
When executing a process:
a) if I minimize the Remote Desktop Connection it works fine.
b) if I close the Remote Desktop Connection an error is shown:
UiPath.Core.ElementOperationException: Desktop has been disconnected while performing UI actions. —> System.Runtime.InteropServices.COMException: Desktop has been disconnected while performing UI actions.
- at UiPath.UiNodeClass.WriteText(String text, UiInputMethod inputMethod)*
- at UiPath.Core.UiElement.WriteText(String text, InputMethod method)*
- — End of inner exception stack trace —*
- at UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)*
- at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)*
- at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)*
What can I do to avoid this error message?
Notice I run the process manually (I am trying testing with the Studio version).