I currently have a SSIS Package that performs a webservice call returning xml to a variable. The XML - Task then performs an XSLT Transformation against the xml and proceeds to the data flow tasks. This was working prior to the installation of SQL Server 2012 CU7. Now whenever the package is executed it errors on the XSLT Transform with this error in the sysssislog:I currently have a SSIS Package that performs a