I have a process that catches (ActivityTimout Exception ) in try/catch activities. It was developed in 2018.2 and we just upgraded to 2018.4.3 ( to be exact). When I open the process on updated studio, my try catch workflow did not show up. I’ve tried managing the packages by degrading and re installing.
Has anyone else seen this error before?
Any quick solutions?
I have re installed the studio just to check.
Tried managing Most of the Path activities. NO luck.
Could not resolve type ‘Error’ because could not find one or more of its type arguments. Row: 537, Column: 38
Could not find type ‘UiPath.Activities.ActivityTimeoutException’ in assembly ‘UiPath.Activities’. Row: 534, Column: 32
I just fixed the issue, but it is strange how I fixed it.
The logs error says " Cannot find ActivityTimeoutException". ( I had used that as a catch exception in my TRY/CATCH activity).
Since I had a backup of old code. I reopened the old code in v2018.2 ,removed my sequences out of try catch activity and deleted the empty try catch. Saved it and reopened the code in v2018.4 and had to re add the try catch. I could still find the “ActivityTimeoutException” there.
Why would it say could not find when I could find it?