Hi
Someone Something ?
I am trying to run the bot from the batch file and I get such an error report: (I will add that the same robot from the UIstudio level goes without errors):
xxxxxxx System.Xaml.XamlObjectWriterException: Cannot create unknown type ‘{http://schemas.uipath.com/workflow/activities}ReadCsvFile’.
_ 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.FuncFactory1.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, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList
1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback)_
_ at System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& 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.<>c__DisplayClass54_0.b__0()_
C:\Users\sant00\Desktop>pause
what’s going on ?