Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: msxml3.dll error "80070005" Access is denied. - Loading XML file  (Read 4273 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
msxml3.dll error "80070005" Access is denied. - Loading XML file
« on: February 08, 2014, 01:16:35 pm »
msxml3.dll error "80070005" Access is denied. - Loading XML file

Cause:

The trouble has stemmed from a recent Microsoft service pack: Microsoft Security Bulletin MS07-042 - Critical (Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution (936227))

I have seen this everywhere on my travels across Google. People are trying all kinds of things to fix the error in the title. It may also manifest itself as msxml2.dll error "80070005" Access Denied. There was a critical patch needed to secure things further, so it"s a good thing to take care of. That doesn"t take care of the headache.

Resolution:

Should you have something similar to:

Set xml = Server.CreateObject("Microsoft.XMLHTTP")

Replace it with something like:

Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")