Tuesday, November 19, 2019

nlog not working

make sure the config is pushed to bin

Tuesday, July 30, 2019

Thursday, July 11, 2019

values provided for the root activities

you changed the invoked codes parameters and didnt update on the caller

Wednesday, April 17, 2019

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