- Start Visual Studio 2015 and create a new project.
- In the New Project dialog, make sure that .NET Framework 4.5.2 is selected, and then under Templates \ Visual C#, select the Class Library template. Use SSISCustomTasks as the project name, place it in the C:\SSIS2016Cookbook\Chapter10\Starter folder, check Create directory for solution, and use SSISCustomization as the solution name. Refer to the following screenshot to verify your settings:
- Click OK to confirm the configuration and create the solution.
- In the Solution Explorer, right-click the newly created SSISCustomTasks project, and select Properties from the shortcut ...