Options

RDLC - Report cannot load an External Assembly

AdasonAdason Member Posts: 7
edited 2015-07-13 in NAV Three Tier
Hello Everyone,

I am trying to add a reference to an external DLL to a RDLC Report. However, the Report shows an Error upon Compiling that it couldn't load the Assembly or some of its references.

I believe the .DLL to be a .NET Assembly or something. (By no means...i dont have any idea what i am Talking about, as i am not a Programmer...)

Do i have to save the external .DLL to a specific Path, or the Server for the RDLC to find?
Or am I just missing some referenced Files the Report is searching but can't find?

Is it possible to see in the RDLC Report, which Files it is looking for?

Any Help is appreciated.

Answers

  • Options
    AdasonAdason Member Posts: 7
    Hello,

    i solved my terrible Problem just now.

    In case someone else experiences the same Problem.

    I had to register the DLL respective the Assembly under Windows, with the use of the GACUTIL.exe after i installed the DLL that way, my Report was compiling and loading the DLL wonderfully.

    Thanks! Solved!
Sign In or Register to comment.