I am trying to implement the RadScheduler but I m stuck with couple of warnings and errors.
Below is the my web.config
Could not find schema information for the element 'add'.
Could not find schema information for the attribute 'persistChanges'.
Below is the my web.config
| <configuration> |
| <configSections> |
| <sectionGroup name="telerik.web.ui"> |
| <section name="radScheduler" |
| type="Telerik.Web.UI.RadSchedulerConfigurationSection, |
| Telerik.Web.UI, PublicKeyToken=121fae78165ba3d4" |
| allowDefinition="MachineToApplication" /> |
| </sectionGroup> |
| </configSections> |
| <telerik.web.ui> |
| <radScheduler defaultAppointmentProvider="Integrated"> |
| <appointmentProviders> |
| <add name="XmlSchedulerProvider1" |
| type="Telerik.Web.UI.XmlSchedulerProvider" |
| fileName="~/App_Data/Appointments.xml" |
| persistChanges="true"/> |
| </appointmentProviders> |
| </radScheduler> |
| </telerik.web.ui> |
| </configuration> |
Could not find schema information for the element 'telerik.web.ui'
Could not find schema information for the element 'add'.
Could not find schema information for the attribute 'persistChanges'.