Options

Cannot Load DLL from Client

casanovacasanova Member Posts: 194
edited 2014-01-16 in NAV Three Tier
hi all,
I've developed codeunit
in this codeunit i use variable DotNet type
which dll file

at server side, I able to compile it
but if from client side there is error message
besides on development environment, in RTC also the same
run from server no problem, but if from client, it would prompt me error message

what did i miss?

thx

Comments

  • Options
    yukonyukon Member Posts: 361
    Hi casanova,

    Do you install/register your own dll on client machine? You need to install/register the dll if you are using "RunOnClient Yes". If you set "No" you no need to register on your client machine but you can't compile. I think you miss this part.

    Regards,
    Yukon
    Make Simple & Easy
  • Options
    casanovacasanova Member Posts: 194
    yukon wrote:
    Hi casanova,

    Do you install/register your own dll on client machine? You need to install/register the dll if you are using "RunOnClient Yes". If you set "No" you no need to register on your client machine but you can't compile. I think you miss this part.

    Regards,
    Yukon

    Hi Yukon
    i set RunOnClient as yes

    so if i have 10 users
    i need to install dll for all of them?
  • Options
    geordiegeordie Member Posts: 655
    casanova wrote:
    i set RunOnClient as yes

    so if i have 10 users
    i need to install dll for all of them?

    If users are running NAV on their own pc (non SaaS environment), yes.
Sign In or Register to comment.