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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Error

Status
Not open for further replies.

garrydawkins

Programmer
Jan 23, 2004
4
US
I'm a novice at this and I'm getting this error:
The 'Ecosystem2' start tag on line '2108' doesn't match the end tag of 'xmlMakeEcosystems' in file 'file:///c:/inetpub/ Line 2109, position 3.



Source Error:


Line 62: Dim tNodes(4) As NPD.NPD_Tree.BindNodes
Line 63:
Line 64: ds.ReadXml(MapPath("XML/EcosystemsTree.xml"))
Line 65:
Line 66:
 
The message is pretty explicit. The file c:/inetpub/ cannot be parsed as XML because somewhere around line 2108 of that file while looking for the end tag for tag Ecosystem2 the parser has come across an end tag called xmlMakeEcoystems.

The XML file is clearly corrupt and you need to resolve that before you can progress any further.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top