What is wrong here?

mori0043

Member
Joined
Jul 26, 2003
Messages
7
Dim xmlDoc As New XmlDocument
xmlDoc.Load("C:\books.xml")

I get the error: "This code has called into another function. When that function is finished, this is the next statement that will be executed."


What does this mean?
 
I am compiling and running the code. It never gets farther than xmlDoc.Load("C:\books.xml"). I was going to use xmlDocument to grab a node list. I am taking code straight from a tutorial and it always halts.
 
Back
Top