What causes error HRESULT: 0x80010105 (RPC_E_SERVERFAULT)?

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

    Michael, your third party Activex control is probably not managing memory properly. My guess is it is overwriting a part of a memory when it shouldn't be. Check with your third party provider to see if they have a fix for it.

提交回复
热议问题