Activities of "alper"

you mean the first time it works, and the next ones it doesn't work?

1- Is your Suite and your project version the same? 2- Are you sure the solution path is correct ? ( double check pls, sometimes I see temp projects with the same project name to your real project) 3- you can remove the solution and add again , try to regenerate the entity

Actually, ABP Suite searches for some specific directories in your solution. It generates UI for all the UI types if it finds the folder. But you can overwrite these paths in the appsettings.json files. some users change their Angular path, if it's being updated also in the appsettings.json file it'll create the necessary code.

did you try to set paths for your Angular or MVC projects

as long as the entity is the same you can create just UI by checking only "create user interface"

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

Showing 471 to 480 of 1955 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.