This is a migrated thread and some comments may be shown as answers.

[Solved] Could not find schema information for the element 'telerik.web.ui'

1 Answer 379 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ben Brooks
Top achievements
Rank 1
Ben Brooks asked on 19 Jan 2010, 07:09 PM
I am trying to implement the RadScheduler but I m stuck with couple of warnings and errors.
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'.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Jan 2010, 10:57 AM
Hello Ben,

This seems like a generl asp.net issue. Here are some threads which might help you:

http://forums.asp.net/p/1078424/1598583.aspx

http://www.velocityreviews.com/forums/t596017-could-not-find-schema-information-for-the-element.html


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Ben Brooks
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or