xmlexception Questions
6
Solved
I have started experiencing errors in WCF deserialization today - in code which has been unchanged and working for months.
The issue is that I am getting runtime XmlExceptions saying 'Name cannot...
Boohoo asked 16/12, 2012 at 23:28
2
I'm trying to parse Rss2, Atom feeds using SyndicationFeedFormatter and SyndicationFeed objects. But I'm getting XmlExceptions while parsing DateTime field like pubDate and/or lastBuildDate.
Wed,...
Emotive asked 24/2, 2010 at 19:16
3
Using C#'s XmlSerializer.
In process of deserializing all xml files in a given folder, I see XmlException
"There is an error in XML document (0, 0)". and InnerException is "There is no Unicode by...
Metastasis asked 14/8, 2014 at 0:38
2
Solved
In answering this question, I came across a situation that I don't understand. The OP was trying to load XML from the following location: http://www.google.com/ig/api?weather=12414&hl=it
The o...
Bolyard asked 21/9, 2011 at 9:16
3
Solved
I'm trying to use C#'s XmlReader on a large series of XML files, they are all properly formatted except for a few select ones (unfortunately I'm not in a position to have them changed, because it w...
Gunny asked 11/7, 2011 at 10:46
1
Solved
I'm writing a file reader using the XmlReader in a Silverlight project. However, I'm getting some errors (specifically around the XmlReader.ReadStartElement method) and it's causing me to believe t...
Vampire asked 13/2, 2011 at 3:27
1
© 2022 - 2024 — McMap. All rights reserved.