Les Stockton
2005-08-20 21:53:13 UTC
I'm having a problem with the following:
Dim XMLObj As MSXML2.DOMDocument40
Set XMLObj = New MSXML2.DOMDocument40
I get an error 429 on this second line.
I've tried creating references in the project to msxml2.dll but found that
DOMDocument40 wasn't there, so I then created a reference to msxml3.dl, which
returns an error as well. I tried msxml6.dll. What's going on here? It
seems to work at the place where I work, but it doesn't work on my machine at
home and so I'm trying to figure out what the problem is.
Dim XMLObj As MSXML2.DOMDocument40
Set XMLObj = New MSXML2.DOMDocument40
I get an error 429 on this second line.
I've tried creating references in the project to msxml2.dll but found that
DOMDocument40 wasn't there, so I then created a reference to msxml3.dl, which
returns an error as well. I tried msxml6.dll. What's going on here? It
seems to work at the place where I work, but it doesn't work on my machine at
home and so I'm trying to figure out what the problem is.