Global variables assembly is missing

Hello all, i have few global variables i use control the environment

i get error very randomly i save re-run it works then sometime stuck on this error
i checked the references are there …

any one faced this issue, any tips around it ?

Note this always happens after i change a variable value

1 Like

@Hazem_Saleh

Go to import and import that particular namespace in UiPath studio.

Hi @Hazem_Saleh ,
check GlobalVariableNamespace
at import in main.xaml
if not found, you can search and install it
Regards,
LNV

Thanks its there, but this issue always happens when i change the values of an any global variable.

now i had to save close down UiPath then everything working again.
is this can be a bug in UiPath?

Hi @Hazem_Saleh

Open the Imports panel and search for the GlobalVariablesNameSpace and click on it.
Do the same for Global ConstantNameSpace tooo.

Check the below screenshot for reference

Hope it helps!!

1 Like

@Hazem_Saleh

If you’re encountering issues related to global variables, such as missing assemblies or unexpected behavior when changing their values, it could indeed be a bug or an issue with your workflow setup.

1 Like

thanks everyone for answering, seems a bug i did new simple flow same issue happens, and again if i save to any local variable (assign , change value …) its work…

Thank you @Hazem_Saleh

I hope you find the solution for your query. If you find the solution make mark it as solution to close the loop.

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.