ATL VC++ Web Service loading a dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saran

    ATL VC++ Web Service loading a dll

    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
  • Narasimha Rao Taduri

    #2
    Re: ATL VC++ Web Service loading a dll

    It seems that there is a module dependency issue and the followinh
    link may be of some help to you:

    Comment

    Working...