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
0
Comments
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?
If users are running NAV on their own pc (non SaaS environment), yes.