Closed GoogleCodeExporter closed 9 years ago
I can't repro this - here's my test code:
string result = Northwind.SPs.TenMostExpensiveProducts().GetDataSet
().GetXml();
XmlDocument xdoc = new XmlDocument();
xdoc.LoadXml(result);
string json=SubSonic.Parser.XmlToJSONParser.XmlToJSON(xdoc);
Assert.IsTrue(json.Length > 0);
I'm going to suggest it's a data-related error. From the looks of it you have
an
empty row returned that is choking the parser.
Original comment by robcon...@gmail.com
on 9 Apr 2009 at 2:11
Original comment by robcon...@gmail.com
on 9 Apr 2009 at 2:11
Original issue reported on code.google.com by
bc...@rocketmail.com
on 20 Nov 2008 at 11:13