Board index » Visual Studio » VB6: MSXML2.DOMDocument40 problem
|
execspt
|
VB6: MSXML2.DOMDocument40 problem
Visual Studio48
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. - |
