microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.59k stars 909 forks source link

ADS arm64 setup installs on amd64 machine without blocking/warning but fails at runtime #24388

Open kburtram opened 1 year ago

kburtram commented 1 year ago

Steps to Reproduce:

  1. Install ADS arm64 using MSI on amd64 machine
  2. Run ADS

Expected: ADS setup blocks with an error message saying to use the correct installer for the chipset.

Actual: ADS MSI installs incorrect build for the machine. ADS fails at runtime.

Image

Image

kburtram commented 1 year ago

OK, it looks like I installed the ARM build on my AMD64 machine. I'll change this to an enhancement request to block setup on the incorrect chipset with a better error message.