MSIR.0855 Class (classname) had (operation), but contains a direct or indirect reference to class (classname), which is not (capability)

From m204wiki
Revision as of 16:45, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

An operation (such as a DeepDiscard) was performed against a class, or a rule for an operation (such as Allow DeepCopy) was provided for a class, and the operation or rule must be allowed on all classes that are referenced either directly or indirectly from the class (via Object variables). But some of these directly or indirectly referenced classes don't allow the operation or rule.

For example, class X might have an Allow DeepCopy, but it also contains a variable of Object Y, and class Y does not have an Allow DeepCopy. Either correct the directly or indirectly referenced classes to allow the operation or rule, or eliminate the operation or rule from the indicated class.