May
18
2010
Recently a friend asked for help with the, uh, challenges of cleanly installing a new version or build of a custom component for SQL Server Integration Services (SSIS).
Here are the steps:
Close BIDS or Visual Studio.
Uninstall the old version of the component.
Install the new version of the component, including the following steps:
Copy the main assembly to the appropriate component folder under the 32-bit Program Files folder.
Copy the main assembly to the appropriate component folder under the 6...
[More]