Search code examples
c#c#-4.0ssisssis-2012script-component

SSIS Script Transformation Error


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?)


Solution

  • You have to make your input column available inside the script component (see the picture, in my case I made all columns available).

    available input column from data stream