Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Error setting up db provider
posted

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

 

DataSourceID indicates a data source control of type 'System.Web.UI.WebControls.SqlDataSource' which is incompatible with the WebSchedule database provider. The data source control must be derived from type 'SqlDataSource'.

 

Suggestions?