UiPath Re Framework Example using UiPath Queue

Can any one can help me with my error?
image

UiDemo.exe
not UIDemo.exe

I is different form i in c#

hope this is correct suggeston
sorry if wrong

I’m getting the open application UIDemo.exe from this file But I change it like (UiDemo.exe) but it doesn’t work but still, the error is the same.


Hi,

Can you share your workflow or screenshot of Open Application Activity (with its properties)?

Regards,

Hi,

Thank you for sharing.

It seems in_Conifg might be null.
Did you run it from not “Debug File”/“Run File” mode but “Debug”/“Run” mode?

Regards,

I’ve try to run it from RUN FILE

Hi,

Can you try just “Run” ?

Regards,

still the same error

Hi,

Can you check the following points, for now?

  1. Set BreakPoint at the OpenApplication Activity and run from “Debug”.
    Then you can see variable in local panel and can check whether in_Config is null or not.

  2. If in_Config is null, please check invoke workflow file activity’s argument settings which call “InitAllApplication.xaml” in Init Sate,Main.xaml. Is value set something at in_Config item?

or can you share your workflow?

Regards,

@Carla_Marie_Barte did you run UiDemo.exe yourself from your Windows desktop and confirm that its running properly without any warnings/errors?