AD
Administrator
Syncfusion Team
June 24, 2008 03:04 PM UTC
There is a property setting that tells the CalcEngine whether to throw a circular reference exception. Maybe you can use this to avoid the infinite loop problem you are seeing.
engine.ThrowCircularException = true;