Hello, I have created a new application using ABP Studio. When I start the application, the browser closes automatically and the application stops running in Visual Studio. When I checked the log file, the error messages were shown on the last line. I have a Business license.
- Exception message and full stack trace: 2025-08-14 23:18:57.363 +03:00 [ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.CmsKit.Pro.Common.HttpApi-v9.3.1.0'. 2025-08-14 23:18:58.595 +03:00 [ERR] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.CmsKit.Pro.Common.HttpApi-v9.3.1.0'. 2025-08-14 23:18:58.595 +03:00 [ERR] ABP-LIC-ERROR - License check failed for 'Volo.CmsKit.Pro.Common.HttpApi-v9.3.1.0'.
3 Answer(s)
-
0
The error
ABP-LIC-0016 - You are not granted permission to use the module 'Volo.CmsKit.Pro.Common.HttpApi-v9.3.1.0'
means your current ABP license does not include access to the CMS Kit Pro module.The ABP Business license does not grant permission for all commercial modules. Specifically, CMS Kit Pro is only available for certain license tiers (typically Enterprise). Attempting to use a module not covered by your license will result in this error and prevent the application from running.
How to resolve:
- Remove all references to
Volo.CmsKit.Pro
and related Pro modules from your solution. Use only the open-source CMS Kit modules if you do not have the required license. - If you require CMS Kit Pro features, you must upgrade your license to a tier that includes CMS Kit Pro (usually Enterprise).
Steps:
- Open your solution and remove any NuGet package references to
Volo.CmsKit.Pro.*
. - Remove any code or configuration that depends on CMS Kit Pro features.
- Rebuild and run your application.
Reference:
- ABP Commercial CMS Kit documentation
- ABP Support: License check failed for commercial modules
- ABP Support: License module errors and troubleshooting
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
What is your current license type?
Thanks.
-
0
Hi, could you please check again?