SQL Server LocalDB on Windows on ARM

Patric 0 Reputation points
2024-08-07T09:08:35.0066667+00:00

Hello,

i have a Samsung Book 4 Edge with Snapdragon mostly for Software development. I try to install the Sql Server Express Edition, that not work! But i can install the LocalDB-Version and can connect with SSMS and Windows Connection (Sql Server connection will not work). I also can restore a Backfile from a Sql Server Express Edition and all data are available.

Now i try to scaffold the database for work with VS 2022 in a Blazor Wasm. But i get the following error:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 56 - Unable to load the SQLUserInstance.dll from the location specified in the registry. Verify that the Local Database Runtime feature of SQL Server Express is properly installed.)
 ---> System.ComponentModel.Win32Exception (193): %1 ist keine zulässige Win32-Anwendung.

How can i fix this error??
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,038 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,663 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LucyChenMSFT-4874 4,335 Reputation points
    2024-08-08T06:16:33.5666667+00:00

    Hi @Patric,

    Thanks for your reaching out and welcome to Microsoft Q&A!

    i have a Samsung Book 4 Edge with Snapdragon mostly for Software development. I try to install the Sql Server Express Edition, that not work!

    If you actually run on ARM, unfortunately, as of now, Microsoft SQL Server does not support ARM architecture. This means you won't be able to install SQL Server directly on your device.

    Now i try to scaffold the database for work with VS 2022 in a Blazor Wasm. But i get the following error:

    For the error message, please check out Erland's comment!

    I hope this helps! If you have any more issues or need further assistance, feel free to share with us!

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.