Hi, I wanted to split .tif format image files in Laserfiche Workflow. For that I needed System.Drawing.Imaging in the namespace declaration. But it is giving me error "The type or namespace named 'Imaging' could not be found (are you missing a using directive or an assembly reference?)". Also I have selected use all assemblies in the scripting properties in the Laserfiche Workflow Administration Console. Same issue with System.Windows.Media.
Hence I used BitMiracle LibTiff.NET library. I added the required DLL's to the custom activities as well as the scripting properties of the Laserfiche Workflow Administration Console. Still I'm not able to declare it in the namespace and use it in the script. The error is displayed as "The type or namespace named 'BitMiracle' could not be found (are you missing a using directive or an assembly reference?)".
Please help in adding third party DLLs in laserfiche workflow.