In Chapter 11, we minimally coded the ExecuteCatalogPackageTaskComplexUI. This chapter focuses on the operations required to couple the new complex editor (ExecuteCatalogPackageTaskComplexUI) with the ExecuteCatalogPackageTask, similar to the coupling we achieved with the previous editor in Chapters 5 and 6. Once coupled, we will test the minimally coded ExecuteCatalogPackageTask in a test SSIS package.
Signing the Assembly
Chapter 5 walks through the process of signing an assembly. In order to use the assembly in the Global Assembly Cache (GAC), the assembly ...