Atividades de "cellero"

Responder

After generating a Blazor Server Project "abp new test -u blazor-server" ( with 4.3.0-rc.2 ) the project is created, but cannot be used by Abp Suite. When the Crud Page Generator is opened follwing error occurs:

I am experiencing the same issue when creating project using ABP Suite. (with 4.3.0-rc.2).

Responder

Ok ignore my question about separation.

Just point me to the documentation for the deployment of Blazor Web Assembly to IIS.

Thanks, Roger

Pergunta
  • ABP Framework version: v4.3.X
  • UI type / Blazor Web Assembly
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): / no

Can you please provide a link to deployment of Blazor Web Assembly application. Deployment to IIS. Specifically the two deployments required. One for the API and one for the Blazor App.

Is it possible to deploy a combined instance? I.e. no need for API seperation.

Many thanks, Roger

  • ABP Framework version: v4.1.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: Error CS0103 The name 'xxxxxx' does not exist in the current context .....Web\Pages\OrderLines\CreateModal.cshtml.cs 35
  • Steps to reproduce the issue

When creating OrderLine entity that has a Navaigation to Order the build fails. The error occurs in CreateModal.cshtml.cs with lookup to the Order. The problem is "xxxxxx" in the OrderLookup. The xxxxxx text is automatically generated by CRUD abp suite. See below:

    public async Task OnGetAsync()
    {
        OrderLine = new OrderLineCreateDto();
        OrderLookupList.AddRange((
                                await _orderLineAppService.GetOrderLookupAsync(new LookupRequestDto
                                { xxxxxx
                        MaxResultCount = LimitedResultRequestDto.MaxMaxResultCount
                                })).Items.Select(t => new SelectListItem(t.DisplayName, t.Id.ToString())).ToList()
                    );
        await Task.CompletedTask;

Severity Code Description Project File Line Suppression State Error CS0103 The name 'xxxxxx' does not exist in the current context .....Web\Pages\OrderLines\CreateModal.cshtml.cs 35 Active

This occurs on a new project built entirely on Version 4.1.

Can I have an update on this issue please.

The downloads on this page are not woring: https://docs.abp.io/en/commercial/latest/samples/index

Also, the Easy CRM demo is not working. A 500 internal error is given. I experienced the same problem yesterday as well.

Mostrando 81 até 86 de 86 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11