Problem deploying custom report item. Items shows in preview screen in VS, but not in server deployed report

  • I'm developing a Custom Report Item that generates a BarCode.

    I developed all control functionality but now the problem resides on the Deploy Process.

    For the fisrt time I followed 2 steps to deploy component on Visual Studio:

    1) Copy the *.dll on " Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies "

    2) Configure the control in "Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\RSReportDesigner.config"

    RSReportDesigner.config

    <ReportItems>

    <ReportItem Name="JSICodeBarre" Type="JSIGroupe.CodeBarre.ReportingServices.JSICCustomReportItem,

    JSICustomRI"/>

    </ReportItems>

    <ReportItemDesigner>

    <ReportItem Name="JSICodeBarre" Type="JSIGroupe.CodeBarre.ReportingServices.JSICustomRIDesigner, JSICustomRIDesigner" />

    </ReportItemDesigner>

    On the other Hand I configured SQL Server Reporting services doing that:

    3) Copy the *.dll on " Program FilesMicrosoft SQL Server\MSSQL.2\Reporting Services\ReportServer\Bin "

    4) Configure the control in "Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\rsreportserver.config"

    <Extensions>

    ....

    ....

    <ReportItems>

    <ReportItem Name=" JSICodeBarre" Type=" JSIGroupe.CodeBarre.ReportingServices.JSICCustomReportItem,RDCustomRI"/>

    </ReportItems>

    </Extensions>

    5) Configure the control in "Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\ssrvpolicy.config"

    <CodeGroup class="UnionCodeGroup"

    version="1"

    PermissionSetName="FullTrust"

    Description="This code group grants JSICustomRI.dll FUllTrust permission. ">

    <IMembershipCondition class="UrlMembershipCondition"

    version="1"

    Url="C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\bin\JSICustomRI.dll" />

    </CodeGroup>

    When I load a report with this custom report item on it, the report loads fine with no errors or warnings in the log file (even with verbose tracing). The area where the custom item should be is just white. It's almost like Reporting Services isn't registering the item correctly.

    This is particularly frustrating because the report works fine in Visual Studio - apparently I configured that correctly. Any suggestions would be greatly appreciated.

  • No one !

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply