Share via

SSIS Package Development in Windows on ARM (MacOS running Parallel)

Tommy Teoh 0 Reputation points
2026-02-18T01:32:46.5933333+00:00

Hi,

Based on https://learn.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-ver17&tabs=vs2026#visual-studio-for-arm64

Although was not able to find SSIS Extension within Visual Studio (2026) but was able to complete extension installation from downloaded installer

https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices

When attempt to create a new SSIS solution, encountered error below:

=================

Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=17.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format.

=================

Does it mean SSIS package is still not fully supported?

SQL Server Integration Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-18T01:32:56.6133333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    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:


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.