I am having an issue while trying to get at the XML of an Umbraco document:
Dong the below...
Document d = new Document(surveyGroupId); XmlNode n = d.ToXml(new System.Xml.XmlDocument(), true);
...consistently causes the exception: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
I'm on v4.5.2 with no option to upgrade. This issue has put a complete stop to the project, and its been several days trying to get to the root cause - so any help or advise wil be very much appreciated.
SQL helper exception in ExecuteReader
Hi All,
I am having an issue while trying to get at the XML of an Umbraco document:
Dong the below...
Document d = new Document(surveyGroupId);
XmlNode n = d.ToXml(new System.Xml.XmlDocument(), true);
...consistently causes the exception: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader
I'm on v4.5.2 with no option to upgrade. This issue has put a complete stop to the project, and its been several days trying to get to the root cause - so any help or advise wil be very much appreciated.
Cheers,
Andy
is working on a reply...