Initialization error : SDKERR_MODULE_LOAD_FAILED = 4

Hi,

i am getting SDKERR_MODULE_LOAD_FAILED exception while initializing zoom SDK from my c# code.

private void initializeService(InitParam param)
{
ZOOM_SDK_DOTNET_WRAP.SDKError err = ZOOM_SDK_DOTNET_WRAP.CZoomSDKeDotNetWrap.Instance.Initialize(param);
MessageBox.Show("From Initialization : " + err.ToString());
if (ZOOM_SDK_DOTNET_WRAP.SDKError.SDKERR_SUCCESS == err)
{

        }
        else//error handle.todo
        {

        }
    }

Hi ankit.acet13,

Thanks for the post. Based on the code snippet, everything looks good. What is the SDK version you are using? Are you able to reproduce this with our demo app? Could you provide more information such as additional error info or SDK log?

Thanks!