While I am trying to install the uipath.pdf.activities\3.6.0 I get the following error, which was thrown at logs
14:21:06.8131 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [55] NU1103: Unable to find a stable package UiPath.DocumentUnderstanding.Digitizer with version (>= 2.0.0)
Found 1 version(s) in C:\Users\evmakris\AppData\Local\Programs\UiPath\Studio\Packages [ Nearest version: 2.1.1-preview ]
Found 1 version(s) in Local [ Nearest version: 2.1.1-preview ]
Found 0 version(s) in ##http//api.nuget.org/v3/index.json
Found 0 version(s) in Official
14:21:09.7937 => [ERROR] [UiPath.Studio.App.Logging.OutputLogger] [57] Cannot load assembly: C:\Users\evmakris.nuget\packages\uipath.pdf.activities\3.6.0\lib/net461/UiPath.PDF.Activities.dll : System.IO.FileNotFoundException: Could not load file or assembly ‘UiPath.DocumentUnderstanding.Digitizer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
File name: ‘UiPath.DocumentUnderstanding.Digitizer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null’
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainerBase.AddAssemblyInternal(Assembly assembly, String path)
at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainerBase.<>c__DisplayClass12_0.b__0(Tuple`2 range)
It seems that you are also using Intelligent Ocr Activities in your workflow, In that case could you check the Compatibility that is mentioned in the below Doc :
Hi! I’m getting a similar problem to you on my unattended robot. Specifically,
Could not load file or assembly ‘UiPath.DocumentUnderstanding.Digitizer, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified.
I’ve tried clearing the UiPath and NuGet caches, as mentioned in another post, to no avail. I’m not using the IntelligentOCR activities, though. I’m just reading the PDFs.
Thanks for you help. I found a previous edition of pdf activities (v2) and I managed to successfully installed it. @autodev can you please share your 3.4 edition?
I don’t have it locally, but if you go in the “Manage Packages” option in the ribbon, you should be able to click on the UiPath.PDF.Activities package for your local project, and in the right-side pane, you should be able to click a dropdown that lets you go from 3.6.0 to 3.4.0, and then you’d click the “Save” button at the bottom of the window.