We're in the process of converting a working product based on VS 2010 Isolated Shell to VS 2015. I'm having a hard time hiding unsupported (in the context of our product) toolbox Chose Items dialog tabs in VS 2015 version of our Isolated Shell application. In VS 2010 world I'd use .pkundef to remove unsupported toolbox tabs (or pages) via definition such as this one:
[$RootKey$\ToolboxPages\<Page Registry Name>]
That doesn't seem to work in VS 2015 world, seeing that most of the tabs that are still shown aren't in the registry. That includes the following toolbox tabs: Silverlight Components, Universal Windows Components, WPF Components, Windows Phone Silverlight Components. Clicking on either one of the tabs results in exception shown on the tab surface area:
IVsToolboxItemDiscovery could not be obtained from this package...
I'd appreciate any help or suggestions. Thanks in advance.