Hi, I'm just looking at the automation script solution in the last version of DIS, I've used the protocol equivalent for a while.
I see the AutomationScript_ClassLibrary under internal already has a reference to the Newtonsoft.Json.dll, and I can reference the same Newtonsoft.Json.dll against the script cs so it don't complain about a missing reference, but when it's uploaded it adds a dll ref of my local copy, which isn't in C:\Skyline DataMiner\ProtocolScripts\.
Is there an option coming out to add the reference so it doesn't do this (or another way), like in the protocol solution, under the edit script dropdown to the left of the Exe tag?
As a workaround I've added the dll to C:\Skyline DataMiner\ProtocolScripts\ on my local machine, and referenced it there.