help with XML

https://github.com/win-ini/niuniakweb/tree/master <- my code if it's needed.

so, I'm having trouble with XmlReader. I'm having it parse these from a URI, but it seems to get stuck on the ReadElementContentAsString() method (I've set up message boxes as debugging behaviour, and the one right before the call to the method appears, but nothing ever happens, and the next one's never triggered. the app isn't frozen, though).

edit: here's exactly where it gets stuck https://github.com/win-ini/niuniakweb/blob/master/niuniakweb1/Form1.cs#L81
Was this page helpful?