What causes error HRESULT: 0x80010105 (RPC_E_SERVERFAULT)?

后端 未结 5 2073
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-19 00:36

I created a ASP.NET web service that uses a 3rd party payment processing engine to authorize credit card transactions.

The web service is hosted on a separate applic

5条回答
  •  离开以前
    2020-12-19 01:01

    I've had the same error (RPC_E_SERVERFAULT) using ActiveX objects in web services. Whenever the ActiveX object crashed, IIS would throw this error, which would mask the reason that the object crashed (for us it was usually crashing while loading an invalid file that it needed to process and return values from).

    Have you checked the system logs etc. to see if your ActiveX control has logged the actual error anywhere?

    If you can't see anything obvious then I'd recommend contacting their technical support to figure out the best way to diagnose what the actual error is and if it's logging its errors anywhere.

提交回复
热议问题