How to use C# Wrapper in .net 7.0 Framework (WPF App)?

Hello

We have a WPF application that is build using .net7.0 Framework. I am trying to use c# wrapper in the project. I have added reference to zoom_sdk_dotnet_wrap.dll and able to integrate few zoom APIs. But when I run the project, it is throwing SDKERR_MODULE_LOAD_FAILED error.

I tried copying all the zoom dll’s into output directory as suggested on other threads but still getting same error.

(Note: I am able to run sdk demo app successfully using Visual Studio 2022)

Please help me configuring the project.

Thank You