I’ve been using UiPath with C#, and recetly came across this error that I have never seen before.
Error Message: RemoteException wrapping System.InvalidOperationException: Compilation failures occurred:
Cannot implicitly convert type 'object' to 'decimal'. An explicit conversion exists (are you missing a cast?) Cannot implicitly convert type 'object' to 'decimal'. An explicit conversion exists (are you missing a cast?)
Complete results are contained in the Data property of this exception. Please correct the errors in the source and retry the Load.
at System.Activities.XamlIntegration.ActivityXamlServices.Compile(IDynamicActivity dynamicActivity, LocationReferenceEnvironment environment)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XamlReader xamlReader, ActivityXamlServicesSettings settings)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(XmlReader xmlReader, ActivityXamlServicesSettings settings)
at System.Activities.XamlIntegration.ActivityXamlServices.Load(Stream stream, ActivityXamlServicesSettings settings)
at UiPath.Executor.WorkflowLoader.LoadWorkflow(String xamlPath, String compiledWorkflowAssemblyName)
at UiPath.Executor.WorkflowRuntime.Load(String workflowFile)
at UiPath.Executor.RobotRunner.InitWorkflowApplication()
at UiPath.Executor.RobotRunner.d__88.MoveNext()
I tried double-checking the program and even checking the XAML file, but I still am unable to find the issue.
XAML File:
updateCostV2.xaml (559.6 KB)
9 posts - 3 participants