Project

General

Profile

SQL SSRS

Added by mwolfaardt over 8 years ago

Hi,
I would like to you the barcode toolkit in SQL Reporting Services. In order to do so, I would need to be able to create my own assembly and reference your .dll. SQL reporting services gives me and error
[rsRuntimeErrorInExpression] The Value expression for the image ‘Image1’ contains an error: That assembly does not allow partially trusted callers. C:\Development\Barcode\SSRS Barcode\IMMIX.SSRS\Report1.rdl

Is it possible to get the source code or even add the following line into you assembly information ? and assign it with a strong name.

[assembly: AllowPartiallyTrustedCallers]

The version of .Net I am using for the reporting services is .Net 3.5


Replies (2)

RE: SQL SSRS - Added by admin over 8 years ago

Hi,

Try with the attached patch and see if it helps.

Thanks
Regards
admin

RE: SQL SSRS - Added by mwolfaardt over 8 years ago

Thank you!
It works :)

    (1-2/2)