Activities of "alper"

there's no automatic way to switch a project's UI Framework to another.

ABP Suite settings are stored in the following file

%UserProfile%\.abp\suite\appsettings.json

You can find the UI Framework settings in the following fields:

  • UiFrameworkName , update it from Mvc to Angular
  • UiFramework update it from 2 to 3

I didn't test if this works because it's hacky way :)

we got your feature request and created an internal issue. we cannot guarantee it'll be implemented or not or promise a specific date for the implementation.

@enis this is where we get the NullReferenceException.

Menu can be null in MainHeader.cs

    private async Task OnNavBarMouseOverAsync()
    {
        if (Menu.NavBarStatus == MenuStatus.OpenOnHover)
        {
            if (await UtilsService.HasClassOnTagAsync("body", "lp-closed"))
            {
                await UtilsService.AddClassToTagAsync("body", "lp-extended");
            }
        }
    }

@maliming I think it should show the below error message rather than showing an Internal Error!

thanks for the feedback. let us know the result after observing it.

Answer

ok we keep it open. thanks

or a quick fix can be the following DB update:

UPDATE AbpSecurityLogs SET BrowserInfo='?' where BrowserInfo is null

smells like a bug. because of the network latency, something looks like not awaited and being disposed of. I created an internal issue (10186) we'll check this @enisn will inform you about the progress.

You can post your feature request under this topic. If other members like the feature, they can upvote☝️ the post. Upvotes will be considered when choosing from feature requests.

Rules of posting to this thread:

  • Your post should only contain feature requests. Posts with bug reporting or asking questions will be removed.
  • Your feature request must be a generic feature that will be used by most of the ABP developers.
  • Your feature request must clearly explain the problem the feature solves.
  • If you have multiple feature requests, do not write them in separate posts. Merge all the requests in a single post.

Showing 491 to 500 of 2060 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 07, 2025, 08:20