automation error
February 2, 2008 9:11 AM
Subscribe
On Windows 98, while trying to create MSXML2.ServerXMLHTTP object in vb6 code, I get Error code: -2147221231 Automation Error. What is the solution ?
I have Windows 98 SE and MS XML Parser ver 3 with SP 5.
I have tried unregistering and re-registering the msxml3.dll files.
I have Internet Explorer ver 6.
The VB project references msxml3.dll file.
The code is:
Dim obj as MSXML2.ServerXMLHTTP
Set obj = New MSXML2.ServerXMLHTTP
Any ideas?
posted by inquisitive to computers & internet (2 comments total)
Leads to http://www.webf1.com/scriptdoc/AutomationErrors.htm
Which leads to http://support.microsoft.com/kb/279129
"CAUSE The ServerXMLHTTP object is not supported on the Windows 95 and Windows 98 platforms."
posted by IvyMike at 10:09 AM on February 2, 2008