I was getting an error after creating a Script Task in SSIS:
Validation error. Script Task : 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.
The error was fixed (just need to BUILD the script successfully) and not relevant to the question.
During my search for answers on StackOverflow, I have found a lot of talks about this "pre-compile" setting, but after clicking on nearly everything in SSIS, I just couldn't find it, hence the question.
I had a suspicion that it was removed in a later version but just couldn't prove it. Please let me know if you happen to know the answer.