Platform SDK: Management Console |
This error occurs when a snap-in attempts to use an object that is not a member of an appropriate owning collection or was not referenced from its owning object. For example, the following code would return this error:
Dim li As New MMCListItem li.Text = "Some Text" li.Update
An MMCListItem object can only be used if it has been created by calling MMCListItems.Add or if it is passed as a parameter to an event handler.