Hi I am having a problem with a project, when running from the assistant in a VDI I get the following error : could not load file or assembly ‘UiPath.intelligentocr, version=6.22.1.0, culture=neutral, publickeytoken=null’. the system cannot find the file specified.
And when I run the same project on my laptop it runs fine.
Hi @Jorge_Antonio_Valenzuela ,
Could you provide us with some more information about the two systems UiPath Versions and their connectivity to the Automation Cloud or if it is On-Prem setup ?
Both systems have studio version 2024.10.1 and are connected to automation cloud.
the complete error in the VDI is : System.IO.FileNotFoundException: Could not load file or assembly ‘UiPath.IntelligentOCR, Version=6.22.1.0, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.
File name: ‘UiPath.IntelligentOCR, Version=6.22.1.0, Culture=neutral, PublicKeyToken=null’
at Traslados_Globales.DocumentUnderstanding.Extract_Data_Documents.GetImplementation()
at System.Activities.Activity.OnInternalCacheMetadata(Boolean createEmptyBindings)
at System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList1& validationErrors) at System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList1& 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.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.InProcessRunner.<>c__DisplayClass7_0.g__StartWorkflow|1()
at UiPath.Executor.InProcessRunner.BeginExecute(AsyncCallback callback, Object state)
at UiPath.Core.Activities.ExecutorInvokeActivity.BeginExecute(AsyncCodeActivityContext context, AsyncCallback callback, Object state)
at System.Activities.AsyncCodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Hi @SorenB and @supermanPunch,
Thanks this was my mistake, UiPath.IntelligentOCR.Activities and UiPath.DocumentUnderstanding.Activities should not be used together in the same project.
Thank you very much for the help.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.