Hi - It sounds like there is a custom component in your package which is not installed at your global assembly cache (in case you are not running it at the server to which it was originally deployed).
The task with the name “XX” and the creation name “SSIS.ReplacementTask” is not registered for use on this computer
Hi,
When triying to open a task on an existing SSIS package, I get this error:
"The task with the name “XX” and the creation name “SSIS.ReplacementTask” is not registered for use on this computer"
I'm Using Visual Studio 2022 and packages will be deployed on Sql Server 2014.
I wonder if you can help me to resolve this issue.
Thank you for your cooperation.
SQL Server Integration Services
Developer technologies | Visual Studio | Other
2 answers
Sort by: Most helpful
-
Debarchan Sarkar - MSFT 1,131 Reputation points Microsoft Employee
2024-01-08T10:38:12.3266667+00:00 -
ZoeHui-MSFT 41,491 Reputation points
2024-01-09T01:38:52.9433333+00:00 Hi @Sirine LIOUENE,
Change Target Project TargetVersion to same version as source package version.
As far as I known, VS2022 till now only support target SQL Server2016-2022, you may try to use VS2019.
A same thread here you may also check.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.