Im getting this error do you know what can I do
I went again to check all packages were up to date
got nothing, It was all working fine last week.
I didnt change anything
Welcome back to UiPath community buddy
Hope this would help you
Kindly check with the dependencies of your project once
and check once whether the package UiPath.Excel.Activites is installed in your studio and this can be checked in manage packages in design menu
Hi All! i have deployed a project (includes mail processing, OCR etc) in a QA server and everything works fine. i uploaded the same package to Prod Orchestrator and while running the process, the Robot gives the following error:
An error appeared while executing DACH_Return_Request_Processing_Prod
Error message: Cannot create unknown type '{[http://schemas.microsoft.com/netfx/2009/xaml/activities}OutArgument({http://schemas.uipath.com/workflow/activities}BusinessRuleException)’](javascript:;).
RemoteException wrapping System.Xaml.XamlObjectWriterException: Cannot create unknown type '{[http://schemas.microsoft.com/netfx/2009/xaml/activities}OutArgument({http://schemas.uipath.com/workflow/activities}BusinessRuleException)’](javascript:;).
at System.Xaml.XamlObjectWriter.WriteStartObject(XamlType xamlType)
at System.Xaml.XamlWriter.WriteNode(XamlReader reader)
at System.Xaml.XamlServices.Transform(XamlReader xamlReader, XamlWriter xamlWriter, Boolean closeWriter)
at System.Activities.XamlIntegration.FuncFactory 1.Evaluate() at System.Activities.DynamicActivity.OnInternalCacheMetadata(Boolean createEmptyBindings) at System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList 1& validationErrors)
at System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack 1& activitiesRemaining, ActivityCallStack parentChain, IList 1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback)
at System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList 1& validationErrors) at System.Activities.ActivityUtilities.CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList 1& validationErrors)
at System.Activities.Hosting.WorkflowInstance.ValidateWorkflow(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.Hosting.WorkflowInstance.RegisterExtensionManager(WorkflowInstanceExtensionManager extensionManager)
at System.Activities.WorkflowApplication.EnsureInitialized()
at System.Activities.WorkflowApplication.Enqueue(InstanceOperation operation, Boolean push)
at System.Activities.WorkflowApplication.SimpleOperationAsyncResult.Run(TimeSpan timeout)
at System.Activities.WorkflowApplication.BeginRun(AsyncCallback callback, Object state)
at UiPath.Executor.RobotRunner.d__83.MoveNext()
bot the server configurations are the same. on analysing, i found out that the dependent packages for the project weren’t being downloaded. there are like 14 dependent packages, but only 2 of them are being downloaded along with the process folder.