Activities of "mina"

I get the below error:

ABP-LIC-ERROR - License check failed for 'Volo.Abp.AuditLogging.HttpApi-v8.1.1.0'.

License-CHECK in Local IIS (Not Publish) in development Environment

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

Dear All,

We need to know how to debug Blazor Wasm Host App on IIS local Host instead of iisexpress?

Thanks, Mina.

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

Dear All,

We need to use use a current Exsiting Database? how could we do so ? and how to add its DB context?

Thanks, Thanks.

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

some features were available in ASPZERO need to know if it is available or will it be in the ABP commercial roadmap and when as follows:

  • Creating Non-Modal for Create-Update and View in Abp SUITE
  • Dynamics Property.
  • Entity Excel Import
  • ABP Framework version: v7.4.4
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server,)
  • Tiered (for MVC) or Auth Server Separated (for Angular): /no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Dear All,

1- Is there a way to Customize the Organization unit, such as to change the coding Mechanism? 2- Can we have several organization Units in the same application for example for Location and Category?

Thanks, Mina.

Question
  • ABP Framework version: v7.4.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Update an entity using ABP SUITE

we updated ABP cli, ABP and ABP suite to 7.4.2 and also also Volo.***, ABP ** packages, but we we update an entity using ABP suite, we get the below error

Question
  • ABP Framework version: v7.4
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Serve(
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

we have an Entity that inherit from FullAuditedEntity<int>, IHasConcurrencyStamp as follow

public abstract class TieredLayerBase : FullAuditedEntity&lt;int&gt;, IHasConcurrencyStamp
{
    [NotNull]
    public virtual string TieredLevelName { get; set; }
    public virtual decimal LowerLimit { get; set; }
    public virtual decimal? UpperLimit { get; set; }
    public virtual decimal Rate { get; set; }
    public int? BillingItemId { get; set; }
    public string ConcurrencyStamp { get; set; }

}

} and DTO than

public class TieredLayerCreateOrUpdateDto : FullAuditedEntityDto<int>, IHasConcurrencyStamp {

   //public int? Id { get; set; }
   [Required]
   public string TieredLevelName { get; set; } = null!;
   public decimal LowerLimit { get; set; }
   public decimal? UpperLimit { get; set; }
   public decimal Rate { get; set; }
   public int? BillingItemId { get; set; }

   public string? ConcurrencyStamp { get; set; } = null!;

}

AppService Interface as follow :Task<List<TieredLayerDto>> CreateTieredLayerToBillingItemAsync(List<TieredLayerCreateOrUpdateDto> tieredLayerCreateOrUpdateDtos);

and calling from blazor as follow await TieredLayersAppService.CreateTieredLayerToBillingItemAsync(NewTieredLayerList);

and we getting unsupported media type error message

I can see several locations where we can add custom code but not one of them outside of the current structure, for example we need to add another Entity Action(this is done as it has a placeholder for custom code) but we need it to open addition modal, where should we place that modal?

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

new Fontawesome doesn't appear in the menu, either using ABPsuite or by changing NavigationMenu directly

I tested the below fas fa-laptop-house hand-holding-water

Thanks, Mina.

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:

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

I need to add the organization unit as a navigation property in ABP suite, previously in ASPzero, it was a dropdown to choose it, how to do it in ABP commercial?

顯示 10 個紀錄的 1 到 10 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11