A class marked with the expando modifier extends an expando base class. However, classes derived from an expando base class are automatically expando; you do not need to add the expand modifier explicitly.
To correct this error
-
Remove the expando modifier from the derived class.
See Also
Reference
expando ModifierConcepts
Other Resources
JScript ReferenceClass-based Objects