So I am trying to build a package programmatically for SSIS 2012 with a script component (not a script task.)
I borrowed the code from
In an attempt to get the component to compile.
But .... the only way I can get it to actually add compiled code to the package is to still add a call to ScriptComponentHost.ShowIDE(), which as you can guess, briefly blips up a VS IDE.
So I was wondering if anyone else had had success with this method, or to see what I might be doing wrong. I would definitely prefer not to show the IDE to build the script components.
Ultimately I think I'm going to switch to a custom component but since this is for client installs I'm not fully prepared to go down that path just yet and wanted something in the interim.
Thanks!