Hi,
when I try to re-open a xml file generated by Aspose.Tasks, I get the following error:
Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Xml.XmlConvert.ToInt32(String s)
at .(String )
at .(XmlElement , Object )
at .(XmlNodeList , , Type )
at .(Stream )
at Aspose.Tasks.ProjectReader.Read(Stream stream)
I found that the entries responsable for this are the ActualCost elements, that contain double values (which is as it is specified in the API). As it seems, ProjectReader tries to read those values as Int32...
thanks for having a look at this and best regards,
philippe der hovsepian