This is an annoying problem I have had a few times: I open a SQL Server Integration Services (SSIS) project in SSDT, and see that the Toolbox pane is empty, displaying a “There are no usable controls in this group. Drag an item onto this text to add it to the toolbox.”. What the? What happened to all my SSIS tasks? Turns out, SSDT has two toolboxes: one called “Toolbox” and a new one called “SSIS Toolbox“. So, I had the “Toolbox” window open when I really just needed the “SSIS Toolbox” open. So I go to the “View” menu item, but “SSIS Toolbox” is not listed! Instead, there are two new buttons on the far-right of the screenshot below, with the second the button to click to open the ”SSIS Toolbox”:
Very confusing! Hopefully this will help you avoid the confusion and wasted time I had encountered looking for my SSIS tasks.
UPDATE: You will see a “SSIS Toolbox” under View -> Other Windows if the a dtsx window has the focus (along with menu items “Variables”, “Log Events”, and “Getting Started”), but not if any other window has the focus. Very confusing as that menu item should always appear no matter what window has the focus.
More info:


Thanks for pointing it out of that two buttons. Now that will become my shortcuts! I have been doing the long way by making sure I am on the dtsx window, then click on View->Other Windows->SSIS Toolbox (the SSIS Toolbox option won’t show if you are on other windows)
Thanks for pointing out you can see the SSIS Toolbox option if the dtsx window has the focus. I never noticed that! It really should display all the time.
Thanks for blogging on this nice point. Coincidentally I had been puzzled on this, while I was on the job of building a package. Now your tip will help me.
Cheers!
Thank you! I was also saying “What the?” until I found this post.