6 Answer(s)
-
0
The error message "There is no version found with given version: 6.0.2" indicates that ABP Suite cannot find the project template or source code for ABP Framework version 6.0.2. This usually happens if the required version is not available on the template server or your local cache.
Since you do not want to update the version, here are some steps you can try:
- Make sure you have a stable internet connection, as Suite needs to download the template for the specified version.
- Clear the ABP CLI template cache by deleting the
%USERPROFILE%\.abp\templates
folder (on Windows) or~/.abp/templates
(on Linux/macOS). - Restart ABP Suite and try creating the project again.
- Ensure that the version 6.0.2 is actually available for the template you are trying to use. Sometimes, a specific UI or template type may not be published for every version.
If the problem persists, it may be that the template for version 6.0.2 is not available on the ABP template server. In that case, you may need to consider using a different version or contact ABP support for the specific template file.
Sources:
- https://abp.io/support/questions/9573/build-module-with-version-602
- https://docs.abp.io/en/abp/6.0/Getting-Started
- https://docs.abp.io/en/abp/6.0/CLI
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.
-
0
Hi @guven.uysall, the issue you're encountering is due to the fact that version v6.0.2 is no longer supported. The earliest available version is v6.0.3, which is why you're seeing this problem.
Please update both the ABP Suite and the ABP CLI to version v6.0.3, and install the corresponding template. This should resolve the issue.
-
0
Hi,
How can we upgrade from 6.0.2 to 9.2 as best practice? Should we follow the migration guide step by step, from 6 to 7, from 7 to 8, and finally from 8 to 9? Or should we just go from 6 to 9?
-
0
[guven.uysall] said: Hi,
How can we upgrade from 6.0.2 to 9.2 as best practice? Should we follow the migration guide step by step, from 6 to 7, from 7 to 8, and finally from 8 to 9? Or should we just go from 6 to 9?
Hi, starting a step-by-step migration would be better to fix the problems easily. You can check the relevant migration guide after each upgrade: https://abp.io/docs/9.3/release-info/migration-guides/index
-
0
normally there's a restriction to create new project based on v7,v6,v5... because they're not maintained anymore and we only support 2 last stable versions. but we understand your requirements and we have made an improvement on our nuget server. you will be able create v6.0.2 project. now this feature is on test, we'll notify you once it's live.
-
0
The problem has been fixed, you can create a project again and check.