Hi
I am using XML with my VB app, and everything works fine on the development PC which runs on XP Pro.
When I install it on a test PC running WinME though it gives me the above error.
The error occurs on this line of code:
Can anyone help please?
Thanks in advance.
I am using XML with my VB app, and everything works fine on the development PC which runs on XP Pro.
When I install it on a test PC running WinME though it gives me the above error.
The error occurs on this line of code:
Code:
Dim objXMLHTTP As xmlHTTP
Dim xmlHTTP As MSXML2.ServerXMLHTTP30
Dim xmlDoc As MSXML2.DOMDocument30
Set xmlDoc = New MSXML2.DOMDocument30
'Error occurs here
[red]Set xmlHTTP = New MSXML2.ServerXMLHTTP30[/red]
Thanks in advance.