I've added a web resource to an account form to display a list of documents for an account. It will display a list of documents an allows me to add or delete documents. It works fine except after the form loads I get the generic error message in a pop-up and after I get an entry in the console log that states:
XML Parsing Error: no root element found
Location: my-organization.crm.dynamics.com/.../areas.aspx;oId=E7CCB6FB-AB5A-E711-8106-E0071B66CFB1&oType=1&pagemode=iframe&rof=true&security=852023&tabSet=account_SharepointDocument
Line Number 1, Column 1:
I can't find the XML document that is missing the root element. The generic messages refers to a ClientApiWrapper.aspx?ver=363723081 line 157 > eval:1:1, but that seems to be a handler for any error message. I'm not sure how to capture or handle this error which isn't really causing a problem.
*This post is locked for comments