0

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

SmartestVEGA
  • 8,415
  • 26
  • 86
  • 139
  • 1
    Have you checked this: http://stackoverflow.com/questions/16329138/where-can-i-find-the-ssis-precompile-property-for-script-tasks-in-sql-server-200 – Simon Mourier Oct 30 '15 at 07:29
  • Can you share more details about the script, external component, or package? – sorrell Oct 31 '15 at 11:01

1 Answers1

0

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

Headrun
  • 129
  • 1
  • 11