Import the System.drawing dll package, but it appears that this package is not available when invoke code, I tried to copy the dll to the uipath installation directory, and it still shows that there is no this package

1 Like
  1. Open your xaml file in notepad.
  2. Find <TextExpression.ReferencesForImplementation>
    insert a new assembly reference:
    System.Drawing
  3. Reopen your workflow in Uipath

Hi @jcvsalinas
my post about the invoke code activity is blow.

Do you know the solution?
insert the assembly by the manual can’t cover this.

Hi! Inserting the assembly reference using notepad did not fix this?