Hi ,
I am facing a problem , when I want to add an external dll to QAction for which .Net target framework should I built it and what should I do if the code was in pure c# in visual studio using .nuget package ?
How can I go through that under QAction code ?
Hi Ahmed,
The minimum software requirements for DataMiner servers are specified in the DataMiner Help. e.g. for version 10.0, at least .NET Framework 4.6 needs to have been installed on the server. (Note however that a DataMiner Agent can have a higher .NET version installed)
Starting from DataMiner 10.0, QActions have their code compiled against the most recent .NET Framework that is installed on the server.
To reference external DLLs from QActions, check the minimal requirements for the system you're developing for and select a target framework for your project from there.
As for NuGet packages: I assume a DLL comes out of there, which will need to be copied into the ProtocolScripts folder and referenced from the QAction.
Thank you very much