-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a solution with SQLite but fail to start the webite due to SQLite error #22052
Comments
What are the full steps to reproduce this error? |
Steps:
I am using community edition license for ABP Studio
|
You can use a new SQLite database name in the connection string of all Re-run the projects again to see if this works for you. |
I have modified database name in connection string in appsettings.json files under Blazor and DbMigrator folders and run the DbMigrator but it still have the same error
|
Can you share a test project? |
I just sent you the invitation email for the test project
|
It works for me. You can try your project on another computer. |
I have tried on another computer ,it still does not work. Build is succeeded, is just that the error comes out when starting the application
|
Is there an existing issue for this?
Description
I created a solution with Blazor server and tried to run the website. It throw me the error: no such table AbpSettings. I have tried rebuild the solution and regenerate the migration, it will still return the same error.
Version
0.9.21
Operation System
Windows (Default)
Solution Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: