SSIS Script transformation is giving an 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"
I have opened the editor and rebuild ,but shows the error
Error 3 'Input0Buffer' does not contain a definition for 'Column1' and no extension method 'Column1' accepting a first argument of type 'Input0Buffer' could be found (are you missing a using directive or an assembly reference?)
You have to make your input column available inside the script component (see the picture, in my case I made all columns available).