A Microsoft platform for building enterprise-level data integration and data transformations solutions.
The error message you encountered, "Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=17.0.0.0...", suggests that there is an issue with the compatibility of the SSIS package development on your ARM-based system. Currently, while Visual Studio 2026 does support SSDT on ARM64 devices, there are known limitations, including the absence of certain features such as IntelliSense and code completion for T-SQL files in SQL projects, as well as the inability to connect to LocalDB.
This indicates that SSIS package development may not be fully supported or may encounter issues on ARM architecture, particularly if the required assemblies or dependencies are not compatible with the ARM64 environment. It is advisable to check if there are any specific updates or patches for the SSIS extensions that might address this issue or consider using a different environment for SSIS development if possible.
References: