- In Visual Studio 2015, open the SSISCustomization.sln solution that you created in the previous recipe, Designing a custom task; it should be located in the C:\SSIS2016Cookbook\Chapter13\Starter\SSISCustomization\ folder. In case you have not followed the previous recipe, follow steps 1 through 3 to create the solution.
- In the Solution Explorer, right-click the Solution node, and select Add New Project... from the shortcut menu to add a new project.
- In the Add New Project dialog, select the Class Library template, located in the Visual C# template group; use SSISCustomComponents as the project name. Refer to the following screenshot to verify your settings:
- Click OK to confirm the configuration, and create the project. ...