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
Hi Stijn
Based on the error I see that the class DmsElementId is being used, which is part of the Class Library. I assume that the Meinberg NuGet has a dependency to the Class Library NuGet? If not, then that would likely be the issue.
Michiel Oda [SLC] [DevOps Enabler] Answered question 13th July 2022
Hi Jens, I’m working with Nuget packages