I previously used the export PDF function in a 9.0 workflow SDK VB script and it was working just fine.
I am now implementing it in a 9.2 system and I get a Cast error.
I have used the VB example from the SDK 9.2 help file in section "PDFExporter.ExportPages Method"
LFSO90 is present on WF 9.2 as the default LFSO and only PdfExporter92 is present. I get the cast error.
If I add reference to LFSO92 instead of LFSO90, I get the cast error
The only difference from my previous working environment is the usage of the PdfExporter90 but is not present on this 9.2 system. Should I install the SDK90 runtime on the cusotmer workflow system to install PdfExporter90 and resolve my issue?