I have had several packages running for quite a while -since they were created and deployed to Prod a couple of years ago- with targetserverversion set to sql server 2019.
From time to time, some of them have required adjustments. Not a problem to implement those changes and taking updated packages to Prod.
Then, all of a sudden packages failed to run from data tools. The only thing that changed is the recent update applied to VS/Data tools (16.11.16).
Even if you create a new solution with a new project and a new blank package and try to run it, I will get this error:
Because of number 160 after application -see the error message- I thought, why is it referencing a number related to sql server 2022. Then I tried changin targetserverversion to any other version -sql server 2022- included and the package runs.
Is this a bug related to the las VS update?!