Sunday, January 27, 2019

UIPath disconnected desktop

dont run from a VDI and in RDCM work on another vdi

Wednesday, January 23, 2019

string to list in VB.Net

stringBlah.Split(Convert.ToChar(",")).Cast(of Integer).ToList()

continue on error

wont be caught in try catch

Monday, January 21, 2019

how to get the current license in UIPath studio


Regutil get-info

Thursday, January 3, 2019

UIpath stopped due to unexpected process termination!","

on a http call i kept on getting

stopped due to unexpected process termination

even though I tried -catch it wasnt saying what the error was

this was because i set logging to verbose and the result from the call was too large - I set it back to info