I'm trying to deserialize the RecurrenceInfo. This used to work just fine in older versions (14.2.3) but I realized that when I try to do this in the latest version I get the following error:
Cannot deserialize type 'DevExpress.XtraScheduler.RecurrenceInfo' because it contains property 'TimeZoneId' which has no public setter.
Another, simpler example is:
Me.RecurrenceInfo.TimeZoneId = ""
returns the error "Set' accessor of property 'TimeZoneId' is not accessible. " which was previously possible. This set property is used by the deserializer from Microsoft.
Hi,
We have successfully reproduced the behavior you described and passed this ticket to our developers for further research.
Please bear with us. We will notify you as soon as we make any progress.