SDKERR_MODULE_LOAD_FAILED in wrapper SDK CLIENT C#

I try using SDK CLIENT with wrapper Zoom C#. I was follow all steps in documentation, but always run the example wrapper, the response this is a error: SDKERR_MODULE_LOAD_FAILED. How to fix this?

Hey @rodneylatariaferruge,

Thanks for using the dev forum!
Can you try putting the dll’s into the same folder as your .exe?

Thanks!
Michael

Hi @Michael_Condon - running into the same issue - I’ve also tried ensuring that the dlls are output into the same directory as our executable, but continue to get the SDKERR_MODULE_LOAD_FAILED back from the Initialize call. Note that when I first download the C# wrapper, I am able to reference the dll from another directory and it works fine. I only have issues after rebuilding the dll myself (no code changes, just rebuild).

Hey @brook.ballard,

In addition to rebuilding both the wrapper and the application using the wrapper, are you also cleaning both of those projects? It is possible that simply rebuilding without cleaning, is causing the DLL to be built under broken conditions.

Thanks!
Michael