I developed a SSIS project by SQLServer Data Tools (SSDT) 2015 which used the script task function. The package run successfully on SSDT. But when the package was deployed on SQLServer 2014 and executed, it was failed with the following error message. Please help.
Error:
There was an exception while loading Script Task from XML: System.Exception: The Script Task "ST_88e6571b80144dd3b19beae856cbbab1" uses version 14.0 script that is not supported in this release of Integration Services. To run the package, use the Script Task to create a new VSTA script. In most cases, scripts are converted automatically to use a supported version, when you open a SQL Server Integration Services package in %SQL_PRODUCT_SHORT_NAME% Integration Services.
at Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask.LoadFromXML(XmlElement elemProj, IDTSInfoEvents events)