I'm trying something very similar to one of the tutorials in which I drag a WebScheduleInfo, WebScheduleOleDbProvider, and WebMonthView control onto the form. Instead of an AccessDataSource I'm trying to use a SQLDataSource. When I navigate to the page I get the following error...
Suggestions?
For some reason those two components weren't in the toolbox. I added them manually, replaced the provider I was using, and everything worked great. Thanks a lot.
Hi Larry,
Let us know if you have further questions with this issue.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Try changing your data provider to either a WebScheduleGenericDataProvider (if you're writing your own data access) or WebScheduleSqlClientProvider (which uses the supplied stored procedures.)