Hello Dojo,
I'm working on some Process Automation scripts that need to reference the Process Automation dll. When we install the scripts onto a DMA, the scripts will look for ProcessAutomation.dll in "C:\Skyline DataMiner\ProtocolScripts\DllImports" when the dll is in "C:\Skyline DataMiner\ProtocolScripts".
Based on the documentation for PA, it seems we need to have this dll in "C:\Skyline DataMiner\ProtocolScripts". I'm curious if there is any way to set the file path for a specific dll so that when we compile the scripts, they point to the correct folder. I've tried setting it in the <Param> in the xml, but that seems to get overwritten with the DllImports reference.
Thank you
Hi Bautista
Thanks for asking this! The path in the compiled script is indeed pointing to the DllImport directory which is wrong for the ProcessAutomation.dll. We're in the process of fixing this.
EDIT: This fix has been released for the pipelines. DIS will follow later.