Hi,
I'm write down the sample C# DLL. The problem is not work for Other Client, if i didn't load my dll to client "\windows\system32". If i put my dll to client "\windows\system32" folder, it work. I don't want to put my dll into each client folder.
Eg. CU397-Mail also using some dll but client pc can send mail without related dll :?:
Do i need to load my dll to all client? Any solution for that? :roll:
Regards,
Yukon
Make Simple & Easy
0
Comments
yes, you will have to load and register your dll on every client pc. With some versions of NAV you will also have to place the dll in the NAV client folder.
The mail codeunits work because when you install your clients, the dll's that are used by these codeunits are installed too.
Hope this helps,
regards,
Willy
Thanks for your reply.
It's not good for US. ](*,)
Regards,
Yukon