"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\"gacutil /u %1
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\"gacutil /i %1.dll
copy %1.dll "c:\Program Files\Microsoft SQL Server\90\DTS\PipelineComponents"
OR
Register the gacutility.exe in the system path.
The system path is a list of folders, separated by a semicolon, that identifies the folders that the system should search when looking for files that are called from the Run dialog box, command line, or other processes. Normal program installation changes this path to include the program's installation path. To change the system path, perform these steps:
- Start the System Control Panel applet (Start - Settings - Control Panel - System).
- Select the Advanced tab.
- Click the Environment Variables button.
- Under System Variables, select Path, then click Edit.
-
Add "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\;" to the end.
4. right-click on the calendar transform project, choose properties.
5. click on the signing tab
6. choose <new> under choose a strong name key file
7. Name: CalendarTransform.snk {keep password checked and fill in and verify a password}
8. Click on the Build menu and choose Build solution (it will ask you to save a solution, do so)
At this point you should see something about the component being registered with the GAC Utility.
9. Open an SSIS project, right click on your toolbox, choose "choose items"
10. Click on the "SSIS Data Flow Items" Tab
11. Check the Calendar Transform item
At this point you should see the Calendar Transform available if you are on the data flow tab of an SSIS package.