After the ABP Team extended my tril I still cant run my POC app anymore. I already cleaned and re compiled but on start I always get the exception that the License check is failed.
5 Answer(s)
-
0
hi
What is the exception detail?
Thanks.
-
0
That license is expired. But it isnt, because it was extended, and I have 17 days left.
[10:31:08 INF] - Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementEntityFrameworkCoreModule [10:31:08 INF] - Volo.Abp.Gdpr.AbpGdprEntityFrameworkCoreModule [10:31:08 INF] - Volo.Abp.BlobStoring.Database.EntityFrameworkCore.BlobStoringDatabaseEntityFrameworkCoreModule [10:31:09 INF] TRIAL-INFO - You are using the trial version of ABP and your expiry date is 2025-05-01 [10:31:09 ERR] ABP-LIC-0018 - LMg9j1OqT5ungkH7LlG: Your trial period has ended! - Please contact to license@abp.io to purchase a license. [10:31:09 ERR] ABP-LIC-ERROR - License check failed for 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial-v9.1.0.0'.
For more information, contact to license@abp.io.
D:\dev\Cargonerds\POC\AbpCargoHub\AbpCargoHub\AbpCargoHub\src\AbpCargoHub.AuthServer\bin\Debug\net9.0\AbpCargoHub.AuthServer.exe (process 42148) exited with code -42 (0xffffffd6). To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
-
0
hi
Can you re-login your developer account, then create a new project with the same name?
Then copy the
AbpLicenseCode
inappsettings.secrets.json
file from the new project to your POC project.Thanks.
-
0
yes this works, thanks.
-
0
Great