The task with the name “XX” and the creation name “SSIS.ReplacementTask” is not registered for use on this computer

Sirine LIOUENE 0 Reputation points
2024-01-08T08:35:20.3766667+00:00

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
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Debarchan Sarkar - MSFT 1,131 Reputation points Microsoft Employee
    2024-01-08T10:38:12.3266667+00:00

    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).

    0 comments No comments

  2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.