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?
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.)
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.