Who knows what follows the ellipses "..." . None of these error messages ever seem to be displayed in their entirety. Problem #1.
(Well, problem #1 is "Microsoft-an error has occurred.")
I copied a colleague's script into my task and edited it down to a less-robust piece of code so that I could build on it. When I double click the SSIS component, the edit dialog lets me click an Edit Script... button, bringing me to VSTA Projects and the script text. The base script was created by default, and I added a
public void Main()
to the
public class ScriptMain : UserComponent
[I expected the public void Main() would be created by default for me to add my own (well, my colleague's) code, but no.]
There are NO ERRORS INDICATED in the editor after editing and simplifying the code, so I simply close VSTA Projects. What else does this Obfuscated Development Environment want me to do with a Script Component? Is there a Compile button or menu selection? Is there a hidden Errors tab I should look at?