I just installed ABP Studio from the Microsoft Store for Windows 11. I created a new solution and gave it a name (only A-Z characters, no numbers, spaces, or special characters) and the solution that was created was called AbpSolution1. I thought I did something wrong so I created another solution and kept checking the step in the create solution wizard where I provided the solution name to ensure it wasn't overwritten and this solution was named AbpSolution2. I gave up, uninstalled ABP Studio, and used the CLI which did not modify my chosen solution name.
1 Answer(s)
-
0
When creating a new solution in ABP Studio, the solution name you provide in the wizard should be used as the actual solution name. The behavior where ABP Studio replaces your chosen name with "AbpSolution1", "AbpSolution2", etc., is not expected and does not align with the documented workflow.
This issue may be related to a bug in the ABP Studio version distributed via the Microsoft Store. The official documentation and release notes do not mention this as standard or intended behavior. The ABP CLI, as you observed, correctly uses the provided solution name.
Recommended Actions:
- Ensure you are using the latest version of ABP Studio. You can check for updates within the application via
Help -> Check for Updates
or download the latest version directly from the official site: https://abp.io/studio - If the problem persists with the latest version, consider downloading ABP Studio directly from the official ABP website instead of the Microsoft Store, as there may be differences in distribution or update timing.
- If the issue continues, report it as a bug to the ABP team via their GitHub issues page or support channels, providing details about your environment and steps to reproduce.
For now, using the ABP CLI is a valid workaround, as it respects your provided solution name.
Sources:
- https://abp.io/docs/latest/studio/solution-explorer
- https://abp.io/docs/latest/studio
- https://abp.io/docs/latest/studio/release-notes
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
- Ensure you are using the latest version of ABP Studio. You can check for updates within the application via