We are getting errors returning data with pdcalendar:GenerateDates
This appeared to be to with the method not handling dates correctly.. but have since descovered that the errors only occur when there are event nodes with id's greater than 32767 (signed short int).
error in xslt
System.OverflowException: Value was either too large or too small for an Int16. at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) at PDCalendar.library.(String , String ) at PDCalendar.library.GenerateDates(String _start, String _end, String _alias)
Maximum node id 32767
Hi,
We are getting errors returning data with pdcalendar:GenerateDates
This appeared to be to with the method not handling dates correctly.. but have
since descovered that the errors only occur when there are event nodes with id's greater
than 32767 (signed short int).
error in xslt
System.OverflowException: Value was either too large or too small for an Int16.
at System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info)
at PDCalendar.library.(String , String )
at PDCalendar.library.GenerateDates(String _start, String _end, String _alias)
is working on a reply...