Share via

"Incompatible" project

Lusk, Colin 25 Reputation points
2024-07-16T14:40:52.23+00:00

(Relatively new to SSIS so apologies if this is an easy one)

I set up a data flow in the community version of VS as a proof of concept. Then moved to the enterprise version but opened the old project before installing SSIS and of course it said the project was incompatible because the application wasn't installed. I have subsequently installed it but the old project still doesn't work and still says the same. Can I unfudge it or it permafudged?

EDIT: Visual Studio 17.9

SSIS 1.4

And the error message looks like this

Untitled

SQL Server Integration Services

Answer accepted by question author

ZoeHui-MSFT 41,551 Reputation points
2024-07-22T01:31:51.1933333+00:00

Hi @Lusk, Colin,

Please help check if you can create a new ssis project successfully, if you cannot, please install the SQL Server Data Tools first. And go to Extensions > Manage Extensions > Installed in VS, make sure that the SSIS extension is enabled.

If you could create ssis project, please right-click on the incompatible project and choose "Resolve Errors".

Regards,

Zoe Hui


If the answer is helpful, please click "Accept Answer" and upvote it.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 27,116 Reputation points
    2024-07-16T15:47:07.61+00:00

    @Lusk, Colin,

    Please edit your original question, and provide the following:

    1. Visual Studio version, and its build.
    2. SSIS extension for Visual Studio, and its version.
    3. Exact error message in its entirety.

    So, you are using VS2022, build 17.9, and SQL Server Integration Services Projects extension for VS 2022, v.1.4

    You can try the following to resolve the issue:

    Right mouse click on the Project level (not solution), i.e. DataWrangling (incompatible), and select Reload option.

    Was this answer helpful?

    0 comments No comments

Your answer

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