Hi all,
I wrote a VC++ ATL Web Service I'm trying load unmanaged dll (C++)
from the
web service. It compiles okay. However, when I try to debug it I get
the
following error in the output window:
LoadLibrary Failed, the error code is 126.
When using this dll from a simple MFC application it works fine.
What am I doing wrong?
Thanks,
Saran
I wrote a VC++ ATL Web Service I'm trying load unmanaged dll (C++)
from the
web service. It compiles okay. However, when I try to debug it I get
the
following error in the output window:
LoadLibrary Failed, the error code is 126.
When using this dll from a simple MFC application it works fine.
What am I doing wrong?
Thanks,
Saran
Comment