Intel 80486DX4 (pichu___.)
Intel 80486DX4 (pichu___.)
CC#
Created by Intel 80486DX4 (pichu___.) on 6/11/2024 in #help
help with XML
it now gets stuck at xmRead.MoveToContent()
8 replies
CC#
Created by Intel 80486DX4 (pichu___.) on 6/11/2024 in #help
help with XML
after some refactoring, the relavant code snippet now:
ClearPage();
HttpClient hpClient = new();
XmlDocument xmDoc = new();
XmlReader xmRead = XmlReader.Create(url);
string response = await hpClient.GetStringAsync(url);
string nodeOuterText;
Point coords = new(10, 70);
lblMinorErrorReporter.Text = MinorErrorStrings[10];
xmRead.MoveToContent();
xmRead.Read();
xmDoc.Load(xmRead);
MessageBox.Show("Test");
ClearPage();
HttpClient hpClient = new();
XmlDocument xmDoc = new();
XmlReader xmRead = XmlReader.Create(url);
string response = await hpClient.GetStringAsync(url);
string nodeOuterText;
Point coords = new(10, 70);
lblMinorErrorReporter.Text = MinorErrorStrings[10];
xmRead.MoveToContent();
xmRead.Read();
xmDoc.Load(xmRead);
MessageBox.Show("Test");
8 replies
CC#
Created by Intel 80486DX4 (pichu___.) on 6/11/2024 in #help
help with XML
No description
8 replies
CC#
Created by Intel 80486DX4 (pichu___.) on 6/11/2024 in #help
help with XML
No description
8 replies
CC#
Created by Intel 80486DX4 (pichu___.) on 6/11/2024 in #help
help with XML
well, stepping out just continues execution, and stepping over or stepping out brings me back to where I called the method. I put the breakpoint on the variable definition for newNode, but I don't know how to navigate to the function or step through what it does (can you even?)
8 replies