HHC4015: Negative context ids are invalid: "context id"

Problem: A negative number has been used as an id (the number was prefixed with a minus (-) character).

Result: The id will be ignored, and any programming trying to use the id will fail.

Solution: Remove the minus character before the number. Check to make certain that the number is unique.