I'm iteratively writing a custom SSIS component. I have two Visual Studio 2013 sessions open. One for the custom SSIS component and one that has a test SSIS package to test the custom data flow component. When I compile the SSIS component, it does the usual uninstall/install to the GAC and places new copies of the assemblies in the appropriate SQL pipeline directories.
In order for the new version of the component to be reflected in the test SSIS package, I have to close Studio and reopen the test project. Is there an easier way to do this? Seems tedious to do that every time I make a new change to the SSIS component. Simply refreshing the toolbox does not work.
Thanks,
Stephen