Hi Everyone,
I imported the pdf toolkist asper the description of the the VBO from DX. Howver when doing a code compile i am getting the bellow error.
Page: Initialise
Stage: Stage1
Type: Error
Action: Validate
Description: Compiler error at line 1: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Repairable: No
Followng the suggestion from Devneet I added the reference to the netstandard dll as well and no compile errors appear. However when sending a pdf I get the bellow error now.
Exception encountered while executing operation:System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
at Adobe.PDFServicesSDK.auth.ServiceAccountCredentials.Builder.FromFile(String credentialsFilePath)
at Blue_Prism___PDF_Toolkit.RemovePassword(String PDFFilePath, String OutputFilePath, String Password, String CredentialsFilePath, String& ErrorMessage)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].