Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parsing XML

Status
Not open for further replies.

Swi

Programmer
Feb 4, 2002
1,963
0
36
US
I am using VB6 and MSXML to parse an XML file. It was working happily for over a year. Now when ran I get:

The download of the specified resource has failed.
Error Processing Resource

This was the code:

' Loads XML file into memory and parses out pertinent information
objXML.async = False
result = objXML.Load(lblInputFile.Caption)

If I add objXML.setProperty "ServerHTTPRequest", True before loading the XML file it works.

Could someone please explain why?

Thanks.

Swi
 
Thanks for the post.

I found that late afternoon yesterday.

Swi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top