After reinstall Studio has problems with Click activity or others - old xaml-s do not work?
I have reinstalled Studio and noticed some workflows do not work. Activities like Click stop sending clicks etc.
Is registry damaged or what?
After reinstall Studio has problems with Click activity or others - old xaml-s do not work?
I have reinstalled Studio and noticed some workflows do not work. Activities like Click stop sending clicks etc.
Is registry damaged or what?
Hi @jkamirski
Have you check the packages installed in UiPath Studio
If Not go to Manage Package and install all the activities
Check this link for reference
Thanks
Ashwin S
it might be sth else more probably related to the registry issues cause e.g.
One workflow worked ok before, and now
xxxxx has thrown an exception
Source: Find Element ‘LABEL’
Message: Activity timeout exceeded
Exception Type: ActivityTimeoutException
UiPath.Core.Activities.ActivityTimeoutException: Activity timeout exceeded
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)"
In other case (Examples I bet from 2016.1 version or older) I got errors like “There is no such activity:=” but in the meantime the same activities names are present in packages (installed).
So seems like glitch or so?