Error Messages/40919
< Error Messages
Revision as of 02:24, 9 February 2010 by AManandhar (talk | contribs)
Error Message Examples
The CachingMethod attribute of ComputedByCalculator is configured to never cache results, but ComputedByCalculator is defined as a ComputedBy side-effect of another variable. As a side-effect, it must be cached, otherwise the result cannot be retrieved.
Cause
You have set the CachingMethod of the variable that is computed by another object to "Never store any", which is not allowed.
Remedies
Change the Caching Method of the mentioned variable to "Always store results."
Comments
<comments />
Enable comment auto-refresher