This is a migrated thread and some comments may be shown as answers.

Urgent Help -- Server Exception Details

1 Answer 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Landon
Top achievements
Rank 1
Landon asked on 27 Dec 2010, 08:57 PM
Hello -- I am using RadScheduler with a WCF service and custom data provider. I am still early in development, and have successfully retrieved basic, non-recurring appointments from my data store and shown them on the GUI. Now I am trying to show a recurring appointment, and I keep getting "The server method 'Get Appointments' failed". What I need to know is: how do I get the GUI to show me the details of this exception so I can figure out what's going wrong? I've walked through all my server code and no exception occurs. I need real exception details now, and I don't know how to get the GUI to show them to me. Please help!!

Thanks,
Landon

1 Answer, 1 is accepted

Sort by
0
Landon
Top achievements
Rank 1
answered on 27 Dec 2010, 10:33 PM
A bit more information: it appears that my WCF GetAppointments method is being called repeatedly and eventually failing, maybe due to infinite recursion? As I mentioned before, I can load a non-recurring appointment with no problem, but now that I have an appointment with a recurrence rule, my GetAppointments method is being called multiple times and then failing. If I have a single RecurrenceRule with no recurrence exceptions, what is the proper way to define the Appointment.RecurrenceState and Appointment.RecurrenceParentID values? Should I have to set them at all? Please advise...
Tags
Scheduler
Asked by
Landon
Top achievements
Rank 1
Answers by
Landon
Top achievements
Rank 1
Share this question
or