I have a SSIS Project which is perfectly fine with my Sql Server 2019. Now I need to deploy same project into Sql server 2012. After I change my target server version to 2012, the Script component in my package which generates the ErrorColumn name or ErrorCode_Description, stops working and so Pkg does not compile and run.
Error: The Component metadata for "Script component, clsid xxxxxxxx could not be found"
Does any one else have had this issue and how should I tackle it?