The code is attempting to access a member by using the class name (which accesses only static class members) but no matching static member is found.
To correct this error
-
When accessing a member by using the class name, make sure the member is static.
See Also
Reference
static ModifierConcepts
Other Resources
JScript ReferenceClass-based Objects