Activities of "EngincanV"

Please stop closing unresolved issues.

Hi, apologies for the inconvenience.

We’re not manually closing the question—instead, it’s our support bot that automatically closes and locks questions after a period of inactivity.

That said, we’ll keep an eye on this thread and re-open it if it gets closed again prematurely.

Thanks for your understanding!

thanks so if i make this abp new MyProjectName -t app-pro -u angular --with-public-website --database-provider ef this is will make .net core as backend and angular as front end and --with-public-website: Includes a public MVC website for CMS Kit Pro.

Yes, that's right 👍

my question is mvc where created .net core backend and by default it will has links for cms kit pro links i mean when run .net core backend i can find link for Page Management and if create new page it will appear in angular ?

No, since the related module was added to the Public Web application (MVC / Razor Pages), the page will only appear in your public web application and you will not be able to see the related page in your angular application. They are two different and independent applications.

Regards.

Thanks for the confirmation. Normally, ABP Suite, reads the AbpVersion property and assumes that your project is in the relevant version. So, it's weird to see that error message.

There might be two reasons for that error:

  1. You may have some outdated .dlls, which causes ABP Suite to not be able to see that if the project is in the relevant version or not. (So, please double-check again, and also run dotnet clean command on your solution and rebuild again, so all bin & obj folders are refreshed)
  2. You can remove your solution from ABP Suite UI and then re-add your solution again, by applying the following steps:

-> Remove your solution by clicking the "x" button:

-> Then, add it again by clicking the "add an existing solution" button.

Hi, unfortunately, we haven't implemented the CMS Kit Pro module for Angular UI. It's only supported on MVC/Razor Pages & Blazor for now.

Regards.

Hi, thanks for reporting this bug. I've successfully reproduced it with the old cli and created an issue, so you can follow the updates: https://github.com/abpframework/abp/issues/22860

I've refunded your ticket, thanks again for reporting the problem. Regards.

Hi, the problem seems to be related to ABP Suite. Probably your solution information is outdated in the appsettings.json file under the suite folder (%%user-profile%%\.abp\suite). Can you please open the file in the related directory and ensure the version is 9.1.2 in there?

You should check the related solution and its AbpVersion property:

Hi, thanks for the detailed explanation. This was a known issue and we fixed it: https://github.com/abpframework/abp/pull/22629

So, if it's possible can you upgrade your project to v9.1.2, which includes this fix?

Regards.

Hi, on this support platform, we only provide technical support. For questions and requests related to licensing, you should send an email to license@abp.io with your request.

Regards.

Hi, yes, you can fully customize the login page. Since you have a "business license" you can get the source code, with the following command:

abp get-source Volo.LeptonTheme

Then, after you have all the codes, in the Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton/Themes/Lepton/Layouts/Account /Default.cshtml path, you should see the content of the account layout. Then, you can customize the account layout by placing a Default.cshtml in your project in the same directory structure and update the layout according to your needs.

Also, you would need to update Login page, for that purpose, you can get the source code of IdentityPro module if you want, and update the Login page like you do in account layout.

Hi, you can create an angular project by checking the getting-started documentation.

But, unfortunately, the CMS Kit Pro module does not have an angular UI implementation. So, you can use its components in your angular application directly. It's only available for MVC & Blazor UIs, refer to the documentation for further info: https://abp.io/docs/latest/modules/cms-kit-pro

Showing 211 to 220 of 1358 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41