Hi
I have UltraCalendarInfo bind to data base as the WinSchedule Database Demo sample application.
I installed the SR 2049 and find out that appointments that had been saved former to the installation of SR 2049 not loaded, In addition new created appointments cannot be cloned , appointment Save method with true for universal time returned byte array but static method FromBytes returned null instead of cloned appointment the following code demonstrate it:
tempAppointment =
Appointment.FromBytes(initialAppointment.Save(true));
Finally I deleted all old appointments (appointments that had been saved former to the installation of SR 2049) , creating new appointments ,clone them and loading from data base all functional properly but as long that old appointments where stored , loading the appointments by binding from data base and cloning new appointments didn't work.
Please check this matter.
Thanks.
Hello tomert,
I tried this and it always works fine for me so I attached my sample to this post for you. I also believe that this might be an already fixed issue. Please review the sample and feel free to let me know if I misunderstood you or if you have any other questions.