Also , can you share the steps? it may a problem, we should fix it if so.
Sure, I'm using abp suite to generate the code, then I create new entity called Person and define a navigation property in abp suite: This create a repository with this method, but this method not found because Users not exists en current db context. Users is not defined in DbSets
Maybe was a issue in my environment, thank you for your help. I closed this ticket.
Thank you,
In other versions of abp exists an entity called AbpUser, in the new version this entity not exists. What is the right way to create a relation of my entity to user abp entity.
I'm usind EF.
Thank you,
Sometimes output window in VS display this message:
Failed to load resource: net::ERR_NAME_NOT_RESOLVED [https://dc.services.visualstudio.com/v2/track]
ABP Framework version: v5.0.0-rc.1
UI type: Blazor WebAssembly
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace:
Blazor WebAssembly keeps loading and never show the interface.
API founds good and display swagger fast.
When stop application in Visual Studio display this message:
The program '[12524] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '[18932] iisexpress.exe' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff). The thread 0x0 has exited with code 0 (0x0). The program 'localhost:44307' has exited with code 4294967295 (0xffffffff). The program '' has exited with code 4294967295 (0xffffffff).
Steps to reproduce the issue:"
Create new blazor web assembly application with abp suite, select separate tenant and public web page with CMS.
Run application and not load.
Thank you,
Hello, sorry but I installed the new version 4.4.3 and this issue continue. Can you tell me, when going to fix that.
Thank you so much,
can you reproduce it with 4.4.2?
Hello Albert, I already reproduced with 4.4.2, I select my module and with Generate new entity with "Create user interface" option checked. This not generate the User Interface pages in blazor webassembly, I saw the same with the previous version. This is my entity: Thank you