Hey,
I am trying to run a exe inside a Docker Container running on windowsservercore.
Exe fails with an error code -1073741515
I understand the error code stands for a missing Library/DLL.
How can I find at which stage it fails, and what is the exact missing file ?
Thanks.