Call native dlls from system32 on windows host machine using docker for Windows containers

I have created an image for my asp.net core v2.0 MVC application, inside one controller I need to call a windows C++ dll which requires all the dll dependencies under the directory of system32 on my windows host, but docker containers seems fails to find the dll dependencies, are there any solutions for this issue? Thanks.

I have the exact same problem with my ASP.net MVC application. Did you manage to get yours work?