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
90
Having problem in connecting to database
posted

Hi,

I am trying your sample code as follows :

      <igsch:WebMonthView ID="WebMonthView1" WebScheduleInfoID="wsInfo" runat="server"
                Height="500px" Width="700px" CaptionHeaderText="Development Team"
                NavigationAnimation="Linear" WeekendDisplayFormat="Full" EnableAppStyling="True"
                StyleSetName="Default">
            </igsch:WebMonthView> 
        
             <ig_scheduledata:webschedulegenericdataprovider runat="server" ID="WebScheduleGenericProvider1"
                WebScheduleInfoID="wsInfo" StyleSetName="" StyleSetPath=""
                StyleSheetDirectory="">
                <AppointmentBinding DataKeyMember="ID" ResourceKeyMember="ResourceKey" />
                <ResourceBinding DataKeyMember="ID" />
                <VarianceBinding DataKeyMember="ID" ResourceKeyMember="ResourceKey" />
            </ig_scheduledata:WebScheduleGenericDataProvider>
         
             <igsch:WebScheduleInfo ID="wsInfo" runat="server" AppointmentFormPath="forms/AppointmentAdd.aspx"
                ReminderFormPath="forms/Reminder.aspx" EnableRecurringActivities="True" EnableSmartCallbacks="false"
                EnableAppStyling="True" EnableMultiResourceView="True" OnActivityAdding="WebScheduleInfo1_ActivityAdding"
                OnVarianceAdding="wsInfo_VarianceAdding">
            </igsch:WebScheduleInfo> 

I am getting this error:

Element 'webschedulegenericdataprovider' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing. 

In Visual Studio ToolBox I could see only "WebScheduleOleDBProvider" and "WebScheduleSQLClientProvider". There is no "WebScheduleGenericDataProvider" .

Pls help to resolve this issue.

Thanks in advance.

Regards,

Subha