Load module failure (SDKERR_MODULE_LOAD_FAILED) in c#

Description
a clean install of visual studio 2019
a clean download of the c# sdk wrapper.

open the zoom_sdk_demo from the c# wrapper source code. Change the configuration to be
“release” - Any CPU (this came from one of your other answers)

turn off optimization in the project->properties->build, so I can set a break point where the sdk is initiaiised (otherwise the app starts and goes nowhere because the sample ignores errors). the Error when I run the app is "SDKERR_MODULE_LOAD_FAILED).

This is running on Windows 10, updates installed.
C# SDK wrapper version: v5.5.12511.0422

I’ve tried the various solutions from the other answers and still get the error.

I tried adding a messagebox where the error occurs, instead of debugging, and it still errors.
I also tried the instructions in the readme without success.

I am not running in a VM, I am not working over remote desktop.

Device (please complete the following information):
Dell Precision 7710 laptop.

Thanks for any help.

– Chris

Hi Chris,

In the sdk folder that you downloaded from Zoom. There is folder zoom_sdk_c_sharp_wrap.
Open zoom_sdk_c_sharp_wrap folder and open the zoom_sdk_c_sharp_wrap.sln in VS2019.
It will have 2 projects zoom_sdk_c_sharp_wrap and zoom_sdk_demo.
Set zoom_sdk_demo as the startup project.
Change the configuration to x86 Release and then build the Full Solution.

Then just try running the application it should work fine.

thank you very much. That solved it.

Thank you for solving this @nitishkhurana :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.