If
If both
-Lex
reloadObject.Tree.PendingModules.Count is not 0, then the modules are pending. You will have to compile all modules and their dependencies to avoid pending modules. If both
reloadObject.Tree.PendingModules.Count and reloadObject.Tree.LoadedModules.Count are 0, that means you fail to compile the MIB documents to .module files in the module folder. That must be done ahead of loading any module, by using Assembler class. In the Compiler sample you can see how this class is used to compile MIB documents to .module files.-Lex