COM can't load at Client PC

yukonyukon Member Posts: 361
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

Comments

  • KYDutchieKYDutchie Member Posts: 345
    Hi,

    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
    Fostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.
  • yukonyukon Member Posts: 361
    Hi KYDutchie,

    Thanks for your reply.
    It's not good for US. ](*,)


    Regards,
    Yukon
    Make Simple & Easy
Sign In or Register to comment.