| Event Information | According to Microsoft : CAUSE: This error occurs when your ADF specifies the use of an XSLT content formatter, but does not include the XsltFileName argument, which is required by the XSLT content formatter.
RESOLUTION: In your ADF, search for "XsltFormatter". In the element, find the segment that looks similar to this: XsltFormatter Inside the element, make sure that you have the XsltFileName argument defined. It should look like this: XsltFileNameMyTransform.xsl Make sure that the XsltFileName argument is spelled correctly and defined exactly once.
|