Hi, I’m currently doing the Level 3 advanced training trying to follow the UiDemo Walkthrough, however I keep getting this error in my InitAllApplications file:
Invoke Workflow File: Object reference not set to an instance of an object.
I believe I have done everything I was supposed to do but I can not seem to move forward at all.
I’ve created an asset in Orchestrator with the path to the UiDemo.exe file but still get no object reference.
The InitAllApplications.xaml file has taken arguments as in_Config. The error occurs when this file is trying to invoke the other file. Check the arguments. The value of in_Config should be in_Config, not just Config. Change the highlighted value to in_Config.
If I run the main file with the updates I now get the error →
Invoke Workflow File: Could not find file ‘C:\Users\959595\Documents\UiPath_REFrameWork_UiDemo1\UiDemoPath.xaml’.
But UiDemoPath is an asset, that is supposed to store the path to the UIDemo.exe file?
So I have now changed it to this, but I get the following error:
Open Application ‘UIDemo.exe UiDemo’: Object reference not set to an instance of an object.InitAllApplications.xaml (6.7 KB)
Invoke Workflow File: The values provided for the root activity’s arguments did not satisfy the root activity’s requirements:
‘UiDemo_Login’: The following keys from the input dictionary do not map to arguments and must be removed: in_Credentail. Please note that argument names are case sensitive.
Parameter name: rootArgumentValues