Hi @Prasanthtp,
I'm glad your problem was solved.
Hi @Prasanthtp,
I think it is related to the project name in the config file. Please try to update your project name. It should be BookingsHive
Hi @Prasanthtp,
Go to the AspNetZeroRadTool\config.json
Can you check if it looks like this?
"EntityFrameWorkProjectFolder": "{{Namespace_Here}}.EntityFrameworkCore",
Hi @rogerscorporation,
Could you check this class?
https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/EntityFrameworkCore/DatabaseCheckHelper.cs
Hi @Prasanthtp,
Does it occur on new projects that you download from aspnetzero website? When I tested it myself, I did not find any errors.
Hi @mehmetdurmaz,
I tested but I can't reproduce it. Could you share your project or sample project?
Hi @Prasanthtp,
Does your solution folder contain the \AspNetZeroRadTool
folder?
Hi @mehmetdurmaz,
I couldn't fully understand the problem. If you have defined the Supplier
permission in the AppAuthorizationProvider
, the GetAll
method retrieves all the permissions available in the application, and the permissions on the front are handled accordingly.
What exactly is the error you are encountering?