mori0043 Posted August 24, 2003 Posted August 24, 2003 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? Quote
Administrators PlausiblyDamp Posted August 24, 2003 Administrators Posted August 24, 2003 What are you doing when you get this message? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
mori0043 Posted August 24, 2003 Author Posted August 24, 2003 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. Quote
mori0043 Posted August 24, 2003 Author Posted August 24, 2003 The problem was inside of my XML doc. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.