Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
- ABP Framework version: v0.9.15
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue: When creating a new solution using ABP Studio, the option to add CMS Kit is not available and there is a message restricting this feature is only available for Team Edition. But it was working fine in December before updating Abp Studio.
8 Answer(s)
-
0
hi
But it was working fine in December before updating Abp Studio.
Yes, we have updated the Studio to the latest version.
Personal License holders can only use the following modules: Account, Audit Logging UI, GDPR, Identity, Language Management, LeptonX PRO, OpenIddict UI and SaaS. Personal License holders cannot use the following modules: Chat, CMS-Kit PRO, File Management, Forms, Payment, Text Template Management, and Twilio SMS.
A non-personal paid license is the standard licensing option for enterprises and commercial entities. Licenses are purchased by the company and can be used by anyone within the organization.
Personal License; on the other hand, is a type of license for private individuals/freelancers/independent developers who purchase licenses with their own funds and solely for their own use. The Personal License has some limitations. In this plan, there can only be 1 developer working on the ABP project and no additional developers are allowed to be added later to the project. Downloading the source-code of PRO modules is not allowed in the personal license plan. There is no microservice template in this plan. There is no tier architecture (Web and HTTP API layers are physically separated) in this plan. Personal License holders can only use the following modules: Account, Audit Logging UI, GDPR, Identity, Language Management, LeptonX PRO, OpenIddict UI and SaaS. Personal License holders cannot use the following modules: Chat, CMS-Kit PRO, File Management, Forms, Payment, Text Template Management, and Twilio SMS. You can access the full module list at abp.io/modules.
-
0
Hi Sr. Please take a look at the email below, I believe there is a misunderstand about the which version should apply these restrictions. As you will see, Tarik mentioned that Personal Licenses bought before July 23rd, 2024 should not have the restrictions, the restrictions apply only for new subscribers.
Can you please review internally based on the email below?
Many thanks!
-
0
hi
I will give feedback to the team.
Thanks.
-
0
hi
We will fix this in next studio version.
You can expect to see this option in
0.9.20
-
0
Helo!! I noticed about the new version 0.9.20 and just updated my ABP Studio version to this current, that is a great news!
Using the new version, I tried to create a new solution with same steps of the previous one (created when I opened this ticket) and the CMS is being always mandatory (even having a checkbox, it always has its box checked when going to next button).
The solution was created with success but the solution is hanging to run, the project API.HOST is restarting endless and I believe that there is anything related to this release generating bug on Http.Api.Host because this project is hanging and doesn´t start on ABP Studio, in a endless process, having "exit code: 1" endless.
I´m not able to create a solution without CMS Kit to test if the problem is related to the new ABP Studio release or if it is related to the inclusion of CMS in the solution.
The previous solution created just before open this ticket still working fine and starts very quick without restarting any project.
Can you help on that?
-
0
Hi!
Here is the explorer view from the application created using Studio 0.9.20 that is hanging (Http.Api.Host is not starting).
Here is the screenshot related to endless restarting of the HttpApi.Host
Here is the screenshot of the solution runner showing the endless restarting project
And here is the possible cause, when tried to run on the terminal mode. The sample CRUD on Studio 0.9.20 is missing something when the CRUD sample is included in the solution creation process.
-
0
The previous version 0.9.19 created the solution including CRUD sample and did run with success on Solution Runner.
-
0
hi
You can open the solution in Visual Studio and fix the namespace problem. We will fix it in next patch version.
rename
using Alfa10.Entities.Books;
tousing Alfa10.Books;
renameusing Alfa10.Dtos.Books;
tousing Alfa10.Books;
Thanks.