when i try to add external component to ssis script component I am getting the following error:
The binary code for the script is not found
I am using ssis 2013
Update:
No property called precompiled to set it to true
when i try to add external component to ssis script component I am getting the following error:
The binary code for the script is not found
I am using ssis 2013
Update:
No property called precompiled to set it to true
It's probably because you are using other language than the one which is set in ScriptLanguage field in script Task Editor.
Solution: 1. Drag a new scrip task 2. Before clicking on Edit script button make sure you have right language in Scriptlanguage(either Visual studio or C#)