I ran into a couple of errors during compile of the new file.
In the old file i had a series called ADIPeriod Established at the beginning as "private double", in PROPERTIES I specify
[XmlIgnore()]
public Series<double> ADIPeriod
{
get { return Values[0]; }
}
Thanks

Comment