lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

Moving module from PendingModules collection to LoadedModules collection in ReloadableObjectRegistry #568

Closed lextudio-support closed 2 hours ago

lextudio-support commented 2 hours ago

Hello,

How can I move a module from pending modules to loaded modules, when dependencies are loaded?

In ReloadableObjectRegistry tried Refresh() method as well as Tree.Refresh(), which didn't give any effect. Reaload() method removed some modules from loaded modules collection.

Please give me a hint.

Best Regards,
Oleksiy aka Alex

Original Reported Date: 2013-03-25T05:55:36.423-07:00 Original CodePlex Discussion Thread ID: 437888

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

Please first use our compiler (Compiler.exe) to compile your MIB documents. It is capable to tell which dependency is missing.

http://sharpsnmplib.codeplex.com/discussions/71560

Only when you provide all dependencies, finally you will get no pending modules.

Lex

Original Posted Date: 2013-03-26T04:40:05.37-07:00

lextudio-support commented 2 hours ago

Marked as Answer Date: 2013-10-06T04:05:32.24-07:00