I've downloaded the latest version of Telerik Reporting 2009 Q3 and am trying to get the Silverlight Report Viewer Demo working. I found a few issues so far namely,
1) Total lack of documentation on how the Telerik Reporting Service works and should be configured (there's a little section in the help which covers this very briefly but doesn't work as far as I can see.) Same goes for configuring the Silverlight Report viewer.
2) The Silverlight project compiles but has a problem with the service bindings, see below.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Invalid element in configuration. The extension name 'webHttp' is not registered in the collection at system.serviceModel/extensions/behaviorExtensions.
Source Error:
Line 136: <endpointBehaviors>
Line 137: <behavior name="WebBehavior">
Line 138: <webHttp/>Line 139: </behavior>
Line 140: </endpointBehaviors>
|
Source File: C:\Program Files\Telerik\Reporting Q3 2009\Examples\CSharp\SilverlightDemo.Web\web.config Line: 138
If anyone has managed to get this project working, please post your findings here.