Hi
I am trying to use the clasespace. Seems it need assembly reference? Where could i find the .dll file for this? and how could i import the .dll file?
In my automation script C# code I use then i got following error in the C# action codes:
using Skyline.DataMiner.Library.Common;
using Skyline.DataMiner.Library.Automation;
Thank you very much.
To be able to use the Class Library, you'll need to do the development with Visual Studio and DIS.
Developing DataMiner protocols and Automation scripts as Visual Studio solutions | DataMiner Docs
With the correct settings enabled (DIS settings | DataMiner Docs), DIS will generate the necessary QAction (Protocol) or Exe (Automation) with the code that is being used.
There is also a course regarding DIS that you could watch: DataMiner Integration Studio - DataMiner Dojo
Introduction to Class Library: Class library introduction | DataMiner Docs
Hi Miao
Here you can find the introduction to Class Library with also some examples:
https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html
DIS does not require a DataMiner connection to be usable.
Thanks Michiel.
I do have DIS but my DIS could not connect to the dataminer server for some reason. Can I still use DIS offline to generate the correct necessary QAcition and Exe with code to use Class Library?
Any example codes i can find?
Thanks