Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

In which reference is the schema information for Telerik.Reporting?

$
0
0
Hello Jon,

The warnings you receive are related to config settings.
The default implementation of the Reporting REST service includes all cache settings in code. The second option is to use the configuration file, which requires a Telerik Reporting section declaration.

The article is http://docs.telerik.com/reporting/telerik-reporting-rest-implementing-http-service.

Thus I guess there are lines as follow in your web.config:
<configuration>
    <configSections>
      <section
              name="Telerik.Reporting"
              type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=10.1.16.816, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
              allowLocation="true"
              allowDefinition="Everywhere"/>
    </configSections>
  <Telerik.Reporting>
    <restReportService hostAppId="Application1" reportSharingTimeout="10" clientSessionTimeout="10">
      <reportResolver provider="type" />
      <storage provider="file" />
    </restReportService>
  </Telerik.Reporting>
......

There is no XSD which is the reason for the information messages - How to fix Error: “Could not find schema information for the attribute/element” by creating schema. If you build the application with closed web.config the messages will not appear. The application must be runnable regardless the messages.

We will consider providing such XSD. Please log a feature request in our public feedback portal where other community members can vote for it. Based on the demand the feature can be included in a consecutive release.



Since this is almost a blind guess, please post the settings as plain text or open a support ticket and send us a demo project that illustrates them. If you have concerns to share your project in a private thread, please let us know.
If you prefer to share the project in public, note that forums allow only image attachments and it is not recommended. In any case, remove any DLLs included in the project.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>