Building custom SSIS tasks is neither trivial nor easy. You are building components that will be used to construct software. Perhaps you have done this before. Many have not.
- 1.
Build the assembly.
- 2.
Register the assembly in the Global Assembly Cache (GAC).
Unregister the assembly from the GAC.
Clean the ...