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
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 AngularUiFramework update it from 2 to 3I 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");
}
}
}
thanks for the feedback. let us know the result after observing it.
ok we keep it open. thanks