Hi,
I am using the PDF activity Read specific page in my code and it runs fine in local machine which has UiPath.PDF.Activities.2.0.0.0 version.
When I publish the code to Orchestrator which runs on a VM, Im getting the below error,
“Exception occured for Document type: Promotion : System.Xaml.XamlObjectWriterException: Cannot create unknown type ‘{clr-namespace:PDF;assembly=pdfLibrary}ReadSpecificPage’.
at UiPath.Core.Activities.InvokeWorkflowFile.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)”
Can you please help me identify where I should copy the PDF nupkg file and paste it in which folder in the VM?