Activities of "Fabio.Zinesi"

  • ABP Framework version: v8.2.0
  • UI Type: Blazor Web UI
  • Database System: EF Core (SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I have created the the CSS file with the default standard of Asp.Net Core. Like this:

I added the <link href="{ASSEMBLY NAME}.styles.css" rel="stylesheet"> tag in the HEAD Tag of app.razor

The CSS file does not be linked during the runtime.

How can i use the CSS Isolation of .net 8?

  • ABP Framework version: v8.2.0
  • UI Type: Blazor Web UI
  • Database System: EF Core (SQL Server,
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, we have this issue:

We generated and entity entity "DASHBOARD" throught the ABP Suite

The crud page work right on the first opening, like this image:

If i click again on the menu DASHBOARD the "export to excel" button and the "+ new dashboard" button disappear.

If i change to the menu HOME and go back to the page DASHBOARD it restart working. If i click on the menu DASHBOARD when i'm already in the page DASHBOARD the action "export to excel" and the "+ new dashboard" disappear again.

How to solve this?

Question
  • ABP Framework version: v8.2.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server,
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I need a suggestion.

We have 3 users (mark, james and roger), grouped in 2 roles (admin (mark and james) and viewer(roger)).

We have a domain entity called customer with 5 properties (name, surname, address, city, vatID)

admin users can edit and view all the properties viewer users can edit only the name and the surname e view the adress, city and vatID james can only view name and surname

We need to manage this in the front end and also in the API (if james is logged in swagger he haven't to see the value of the fields)

How we can manage this by ABP framework?

  • ABP Framework version: v8.2.2
  • UI Type: Blazor Web UI
  • Database System: EF Core (SQL Server)
    • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I have created a project with ABP Studio, with Blazor Web APP as interface. When I generate the code with the ABP suite it does not generate the User Interface.

Classes and other files are ok, but no pages are generated.

I tryed with Blazor Server UI and Blazor Wasm UI and they works.

Abp Studio Version is 0.7.7 Abp Suite Version 8.2.2

  • ABP Framework version: v8.2.0
  • UI Type Blazor Server
  • Database System: EF Core (SQL Server,
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

From the suite, generate a new Blazor Server Tiered Application. Create an Entity. In the APP Web everything works If i get the entity data, or the api api/permission-management/permissions a get this error:

  • ABP Framework version: v8.2.0
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server),
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi.

I have an Entity named "Menus" with the additional menus to add to the main menu.

I need to the get the list of the elements of an entity inside the navigation\xxxxMenuContributor class.

What I have to do to access the GetListAsync(Filter)?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/

Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

I get this error when i run abp suite:

C:\ABP8.1>abp suite ABP CLI 8.1.0 Starting Suite v8.1.0 ... [18:48:45 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.AbpSuiteWebModule.fVCZM645km(ApplicationInitializationContext ) Opening http://localhost:3000 Press Ctrl+C to shut down. [18:48:46 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[18:48:46 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.Services.PersistanceService.GetSolutionsAsync() at Volo.Abp.Suite.Controllers.AbpSuiteController.GetSolutionsAsync() at lambda_method1651(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

How can i solve it?

I think that ABP suite cannot find one or some old project. Where it store the latest project list?

  • ABP Framework version: v8.0.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)

I founded this article about devexpress reporting with ABP for MVC FrontEnd https://github.com/gterdem/abp-devexpress-reporting-sample

Can you give example source code for Angular frontend?

Best Regards.

Question
  • ABP Framework version: v7.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

How can i disable redis?

I tryed to set:

"Redis": { "IsEnabled": "false", "Configuration": "127.0.0.1" },

but is redis server is not active i retrieve the error:

StackExchange.Redis.RedisConnectionException: 'It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 1s ago, last-write: 1s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 7s ago, v: 2.2.4.27433'

Question
  • ABP Framework version: 7.4.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server,)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi, how we can download the source code for ABP CLI Pro Version?

Thank You

Showing 1 to 10 of 15 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13