Forum Discussion
hhagay
Contributor
Hello Dmitry
Trying to implement your code I received this error message
Error Invalid class string: cannot obtain ClassID.
I was hoping you could shed some light on it.
Thank you
tristaanogre
9 years agoEsteemed Contributor
That error is generated by the line that calls Sys.OleObject("MSXML2.DOMDocument.4.0")
Basically, it means that, in your environment, that particular MSXML object does not exist.
Try changing the code to simply Sys.OleObject("MSXML2.DOMDocument") and leave the version information off the end. That MIGHT fix it.
Related Content
- 6 years ago
- 11 years ago
- 13 years ago
Recent Discussions
- 2 days ago
- 8 days ago
- 11 days ago