Hey,
I'm trying to use a trap receiver which retrieves all traps for an element.
Including TrapInfo:
using Skyline.DataMiner.Library.Protocol.Snmp.Trap;
But compilation failed:
(9,25): error CS0234: The type or namespace name 'Library' does not exist in the namespace 'Skyline.DataMiner' (are you missing an assembly reference?) (24,13): error CS0246: The type or namespace name 'TrapInfo' could not be found (are you missing a using directive or an assembly reference?)
So what is the correct namespace?
Hi Miguel,
I’m directly testing with a new device. It’s a Siemens SPS which can only send traps.
Hi Stefan,
Do you have DataMiner installed locally? Can you check in DIS settings the configured paths for imported DLLs? In case DataMiner is not locally installed, most probably you will need to manually update the DLLs locations.
In case the following checkbox is enabled, QA63000 should be automatically generated when you use features from the class library (e.g., TrapInfo).
Kind regards,
Hi Stefan,
To further help with your question, can you include the driver version of the generic trap receiver driver that you are using for tests?