PureDispHelper & MSXML error
Posted: Sun Apr 29, 2007 10:41 am
Hi,
When I tried to run the msxml example in ts-soft's PureDispHelper lib I got "invalid class string" error on object creation.
I have msxml, msxml2, msxml3 and msxml6 in the windows/system32 folder.
Changing the creation line to(from .4.0) resolves this.
(Changing it to .3.0 also works).
The question is how do you go about finding out which (if any) versions are available on a client machine?
Side note, different issue: Trying httpget example doesn't get anything. I end up with an empty window. I am assuming it should be loading the page.
Edit: On the side note, I just realised that the editorgadget was set to zero width and height.
So no wonder I saw nothing. That bit solved.
Still wondering how to know (apart from checking the directory) what versions of msxml?.dll are installed on a system, so if anyone can help, appreciated.
When I tried to run the msxml example in ts-soft's PureDispHelper lib I got "invalid class string" error on object creation.
I have msxml, msxml2, msxml3 and msxml6 in the windows/system32 folder.
Changing the creation line to
Code: Select all
oDom = dhCreateObject("MSXML2.DOMDocument.6.0")(Changing it to .3.0 also works).
The question is how do you go about finding out which (if any) versions are available on a client machine?
Side note, different issue: Trying httpget example doesn't get anything. I end up with an empty window. I am assuming it should be loading the page.
Edit: On the side note, I just realised that the editorgadget was set to zero width and height.
Still wondering how to know (apart from checking the directory) what versions of msxml?.dll are installed on a system, so if anyone can help, appreciated.