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
Hi sgana,
I have investigated your scenario but was unable to replicate the issue. Please check if there is a reference to the WebScheduleGenericDataProvider in your project and if the correct assemblies are set in the web.config file.
After doing some more research, I found this resource which might be helpful to you:
http://forums.asp.net/p/1552731/3811467.aspx
Please contact me if you have any questions.
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support