Message: Object reference not set to an instance of an object.
Exception Type: System.NullReferenceException
An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.NullReferenceException: Object reference not set to an instance of an object.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Config.zip (11.7 KB)
I guess the problem is not with the config file. Anyway attached.
May be I guess the error occurred while you are opening the browser with a URL. But because of URL is empty, you are getting the error.
When i run Main.xaml i see the program runs and opens the DemoUi. The program closes without loging in.
When i run login.xaml then the program logs in.
My question is for Invoke workflow file “Login.xaml”. is there anything wrong ?
i get this