Currently supporting a Microsoft Access app that's been integrated with Authorize.net for years. It works perfectly fine on multiple PCs on the same network.
However, on a few PCs, when it runs the command to send the XML file using an object of type MSXML2.XMLHTTP, it fails with this error:
It doesn't matter what the command is. Even simple "readonly" data retrieval like getCustomerProfileRequest fails.
I presume it's related to a setting or something not installed on the PCs with the problem. Maybe TLS?
Anyway, I'm not sure what to check. Any suggestions?
Thanks in advance.
10-15-2018 08:48 AM
Hi,
Thanks for reaching out to us. This was indeed a tricky issue.
In our investigation, it seems that the issue is coming from the OS level. A possible reason could be that the registry is corrupt in those machines.
Can you try fixing the registry and checking if the issue still persists?
Further information that we found on this issue can be found here: https://answers.microsoft.com/en-us/windows/forum/windows_vista-hardware/run-time-error-2146697211-8...
Thanks.
12-18-2018 01:18 AM