| 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 XsltBaseDirectoryPath 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 XsltBaseDirectoryPath argument defined. It should look like this: XsltBaseDirectoryPathC:\path_to_directory_where_.xsl_file_resides Make sure that the XsltBaseDirectoryPath argument is spelled correctly and defined exactly once.
|