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