rsRenderingExtensionNotFound error using SSRS 2005

Posted by Fermin on Stack Overflow See other posts from Stack Overflow or by Fermin
Published on 2010-06-11T09:27:03Z Indexed on 2010/06/11 9:33 UTC
Read the original article Hit count: 680

Filed under:
|

Hi,

I am trying to use the Sharp-shooter Silverlight report viewer control.

This control has a server side component that renders the reports as XAML for displaying in the client side control. I have tried manually installing the rendering extension, according to the instructions on their website, and also the instructions on MSDN.

I have basically copied the dll's into the reporting services bin folder and added the following line to rsreportserver.config file:

<Extension Name="XAML" Type="PerpetuumSoft.ReportingService.XamlRendering.XamlRenderer,PerpetuumSoft.ReportingService.XamlRendering"/>

I've also added a line into the rssrvpolicy.config file as specified on their site.

After I made these changes I went into windows services and restarted the Reporting Services services but I get the following error when I try to run reports:

rsRenderingExtensionNotFound: An attempt has been made to use a rendering extension that is not registered for this report server

Is there anything else that I need to do to use a custom rendering extension within SSRS 2005?

© Stack Overflow or respective owner

Related posts about rendering

Related posts about ssrs-2005