What causes error HRESULT: 0x80010105 (RPC_E_SERVERFAULT)?

后端 未结 5 2074
佛祖请我去吃肉
佛祖请我去吃肉 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 00:55

    Also could mean the COM object crashed. Had this happen with a macro in Excel that crashed Excel. Try to rerun the application represented by the COM object (in my case, an Excel addin) by itself and see if it crashes or produces some error.

提交回复
热议问题