Hey Everybody,
I'm binding my RadScheduler to a custom data provider via a WCF service. When I use GetAppointments to return a non-recurring appointment, everything is fine. However, as soon as I try to return a recurring appointment, I get "The server method 'Get Appointments' failed". If I put a break-point in the WCF GetAppointments method, I notice that it is being called repeatedly without throwing any exceptions, but then fails and returns NO exception information to the client. Anybody have any idea what might be happening? Seems like there's some type of infinite loop happening, but I have no idea why. Any help would be greatly appreciated!
Thanks,
Landon
I'm binding my RadScheduler to a custom data provider via a WCF service. When I use GetAppointments to return a non-recurring appointment, everything is fine. However, as soon as I try to return a recurring appointment, I get "The server method 'Get Appointments' failed". If I put a break-point in the WCF GetAppointments method, I notice that it is being called repeatedly without throwing any exceptions, but then fails and returns NO exception information to the client. Anybody have any idea what might be happening? Seems like there's some type of infinite loop happening, but I have no idea why. Any help would be greatly appreciated!
Thanks,
Landon