I am getting the following error in SSIS Script task (SSIS 2015)
Adding Data to var:Error: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
Did some online research and made sure to do the following based on my search results:
- Delay Validation has been set to true
- Build has been set to x86
- We need this script to run on 32 bit compiler
Fails when executed as a deployed package on SQLServer (SSMS) Integration Services Catalogs (not as a job)