Support for ARM64 in SQL Search ;-)
Since november 2025 (SSMS 22) there is native ARM64 support. SQL prompt followed after this (thanks!), but one of my favorite is still missing support for ARM64. That one is SQL Search.
Could you please add support for ARM64 as well to SQL Search?
As you probably know it allows installation and is shown in SSMS, but on indexing it crashes.
From the logs:
[Error] [ServerObjectIndexer]: Exception while indexing server: Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at System.Data.SQLite.UnsafeNativeMethods.sqlite3openinterop(Byte[] utf8Filename, Byte[] vfsName, SQLiteOpenFlagsEnum flags, Int32 extFuncs, IntPtr& db)
at System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
at System.Data.SQLite.SQLiteConnection.Open()
at RedGate.SQLSearch.Indexing.SQLite.SqliteDatabaseConnection.EnsureConnectionOpen()
at RedGate.SQLSearch.Indexing.SQLite.SqliteDatabaseConnection.CreateCommand()
at RedGate.SQLSearch.Indexing.SQLite.ServerObjectStorage.Initialise()
at RedGate.SQLSearch.Indexing.ServerObjectIndexer.Index(CancellationToken token)