Hi all,
I keep getting the error below in the logging of a connector. I suspect the problem is in the loading of the referenced dll, but I can't figure out how to resolve it.
2022/07/12 14:14:08.301|SLManagedScripting.exe|ManagedInterop|CRU|-1|5|System.MissingMethodException: Method not found: 'Skyline.DataMiner.Library.Common.DmsElementId Meinberg.Nms.IAC.Communication.Generic.ElementInfoEvent.get_DmsElementId()'.
Stijn Declerck [SLC] [DevOps Advocate] Selected answer as best 13th July 2022
Just to build further on Jens' answer.
If you are using nuggets in the solution, you will have to place the DLL files/nuget folder in the "Skyline DataMiner\ProtocolScripts\DllImport" folder.
More information can be found here:
Maxim Bouckaert [SLC] [DevOps Member] Answered question 12th July 2022
Hi Jens, I’m working with Nuget packages