The Microsoft Office on Windows 11 Arm is running in the Arm64EC mode.
We have COM addins written in .NET and they can be compiled for the x86 and x64 platform to run natively on respective Microsoft Office builds.
We are unable to target the Arm version of Microsoft Office because it is compiled in Arm64EC and the .NET arm64 platform is not compatible with it.
https://learn.microsoft.com/en-us/windows/arm/arm64ec#interoperability
Altough a COM addin built for x64 platform will load in Office Arm64EC, the performace is terrible and the product is terrible to use unless it is running as native Arm code.
The Microsoft Office on Windows 11 Arm is running in the Arm64EC mode.
We have COM addins written in .NET and they can be compiled for the x86 and x64 platform to run natively on respective Microsoft Office builds.
We are unable to target the Arm version of Microsoft Office because it is compiled in Arm64EC and the .NET arm64 platform is not compatible with it.
https://learn.microsoft.com/en-us/windows/arm/arm64ec#interoperability
Altough a COM addin built for x64 platform will load in Office Arm64EC, the performace is terrible and the product is terrible to use unless it is running as native Arm code.