To work around this problem, follow these steps:
- Open the copied SSIS package in SQL Server Business Intelligence Development Studio.
- Press CTRL+X to delete the problematic script task or the problematic script component.
- In the same package that contains the problematic script task or the problematic script component, press CTRL+V to paste the script task or the script component.
After you follow these steps, a new GUID will be generated automatically for the ID property.
If the
PreCompile property for the package that contains the problematic script task or the problematic script component is set to True, the script tasks or the script components are precompiled. In this case, you must recompile the script tasks or the script components. To do this, open the script designer, and then close the script designer. You may have to redefine the precedent constraints for the pasted script task or the pasted script component.
Similarly, to create a unique project name for the script tasks manually, click
Design Script in the
Script Transformation Editor dialog box, and then manually edit the
Project Name property in Visual Studio for Applications.
Note You cannot create a unique project name for script components in the data flow.