-
Notifications
You must be signed in to change notification settings - Fork 830
Open
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.untriaged
Description
Description
On ARM64, the "AI Chat Web App" template throws a SQLite error immediately after creating a project inside Visual Studio when attempting to F5.
The app fails to load and throws:
Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'The specified module could not be found.'
Reproduction Steps
- Install template pagacke via
dotnet new install Microsoft.Extensions.AI.Templates
- Create a new project using the "AI Chat Web App" template in Visual Studio with the following configuration:
- Framework: .NET 9.0
- AI service provider: GitHub Models
- Vector store: Local on-disk
- Leave the "Use Aspire orchestration" option unchecked.
- Don't change anything in the code other than add the GitHub PAT
- Press F5 (Debug) to run the template.
Expected behavior
The app runs and no exception is thrown.
Actual behavior
The app fails to load and throws:
Microsoft.Data.Sqlite.SqliteException: SQLite Error 1: 'The specified module could not be found.'
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
area-ai-templatesMicrosoft.Extensions.AI.TemplatesMicrosoft.Extensions.AI.TemplatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.untriaged