Hi @Naomi Nosonovsky,
Interpolation in c# is dependent on the .Net Framework version! Overall, interpolation was introduced in c# v6.0 which is part of the .NET Framework 4.6
Please make sure that a correct .Net Framework version is installed on the new SSIS run-time server. It should be at least v4.6, or later like v4.7.2. Please see below.
Additionally, you would need to make few changes in Visual Studio SSIS Project properties before you can deploy SSIS Project to a new SSIS run-time server:
- It is important to set the TargetServerVersion setting in Visual Studio to match your SSIS run-time server version, i.e. SQL Server instance version: SQL Server 2022.
- Open Script Tasks in Visual Studio, and re-build them to make sure they are compiled based on the TargetServerVersion setting.