Build error when using GetDMS in automation script
10th May 2023
Hi Robin, I would suggest using the public NuGet package: NuGet Gallery | Skyline.DataMiner.Core.DataMinerSystem.Automation 1.1.0.4 For usings: using Skyline.DataMiner.Core.DataMinerSystem.Common; using Skyline.DataMiner.Core.DataMinerSystem.Automation; And then you can use: engine.GetDms();