Activities of "fernando.guilherme"

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • 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:

Hi,

I need help with editing ABP SUite Templates.

I'm creating a property called IsActive. How do I check if this property exists in the Server.Entity.Entity.txt template.

I need to do an if and if the property exists I need to insert the following method into the code:

public virtual void SetIsActive(bool isActive) { IsActive = isActive; }

can you help me?

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • 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, I have implemented the Background Process with HangFire. From the documentation I saw that it has two types: Background Jobs and Background Workers.

Background Workers are inserted into the Hangfire table and displayed on the dashboard.

Background Jobs is not inserted into the Hangfire table and does not display on the dashboard.

There is the AbpBackgroundJobs table in neither of the two types has this table been populated.

However, I have some doubts:

1-) When I upload the application and it appears on the Hangfire 3 jobs dashboard. I created one of them and the others were created automatically. What are these two automatically created for?

I would like to know what this table is for and how it works to fill it out and what its purpose is.

2-) I would also like to know if I created the classes related to Jobs in the correct places?

3-) The AbpBackgroundJobs table what is this table for and how does it work to fill it in and what is its purpose?

4-) Can I open the hangfire dashboard in angular?

Can you help me?

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • **Exception message and full stack traceBP-LIC-ERROR - License check failed for 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial-v7.2.3.0'.:
  • Steps to reproduce the issue:

Hi,

We have a business license. We are doing a project for a specific client. However, this client wants to keep the source code and does not have the abp license.

In a test I did here, when I'm not logged in to ABP and I try to upload the backend, it gives me a commercial license error.

can you help me?

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • 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:

Hi, I'm using extensible-grid and I'm trying to set the entityProp class's visible to false. Eg: visible: data => Boolean(!data.record.tenantId). For the grid line it works.

In ngx-datatable-column I put a *ngIf="prop.visible" to not show the column when it is false. But when it is true it returns me _ => true and not boolean true.

How do I hide a column?

  • ABP Framework version: v7.2.3
  • UI Type: Angular
  • 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:

Hi,

I'm trying to publish the abp backend to an appservices on azure. But I am getting an error on startup.

Application '/LM/W3SVC/218668420/ROOT' with physical root 'C:\home\site\wwwroot' has exited from Program.Main with exit code = '1'. First 30KB characters of captured stdout and stderr logs: [16:49:47 INF] Starting Kron.HttpApi.Host. [16:49:53 FTL] Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule, Volo.Abp.OpenIddict.AspNetCore, Version=7.2.3.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.Security.Cryptography.CryptographicException: The system cannot find the file specified. at System.Security.Cryptography.X509Certificates.CertificatePal.FilterPFXStore(ReadOnlySpan1 rawData, SafePasswordHandle password, PfxCertStoreFlags pfxCertStoreFlags) at System.Security.Cryptography.X509Certificates.CertificatePal.FromBlobOrFile(ReadOnlySpan1 rawData, String fileName, SafePasswordHandle password, X509KeyStorageFlags keyStorageFlags) at System.Security.Cryptography.X509Certificates.X509Certificate..ctor(String fileName, String password, X509KeyStorageFlags keyStorageFlags) at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(String fileName, String password) at Kron.KronHttpApiHostModule.GetSigningCertificate(IWebHostEnvironment hostingEnv, IConfiguration configuration) in D:\a\1\s\aspnet-core\src\Kron.HttpApi.Host\KronHttpApiHostModule.cs:line 336 at Kron.KronHttpApiHostModule.<>c__DisplayClass0_0.<PreConfigureServices>b__2(OpenIddictServerBuilder builder) in D:\a\1\s\aspnet-core\src\Kron.HttpApi.Host\KronHttpApiHostModule.cs:line 88 at Volo.Abp.Options.PreConfigureActionList1.Configure(TOptions options) at Microsoft.Extensions.DependencyInjection.ServiceCollectionPreConfigureExtensions.ExecutePreConfiguredActions[TOptions](IServiceCollection services, TOptions options) at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.<>c__DisplayClass1_0.<AddOpenIddictServer>b__0(OpenIddictServerBuilder builder) at Microsoft.Extensions.DependencyInjection.OpenIddictServerExtensions.AddServer(OpenIddictBuilder builder, Action1 configuration) at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.AddOpenIddictServer(IServiceCollection services) at Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule.ConfigureServices(ServiceConfigurationContext context) at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context) at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() --- End of inner exception stack trace --- at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync() at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.ServiceCollectionApplicationExtensions.AddApplicationAsync[TStartupModule](IServiceCollection services, Action1 optionsAction) at Microsoft.Extensions.DependencyInjection.WebApplicationBuilderExtensions.AddApplicationAsync[TStartupModule](WebApplicationBuilder builder, Action`1 optionsAction) at Kron.Program.Main(String[] args) in D:\a\1\s\aspnet-core\src\Kron.HttpApi.Host\Program.cs:line 36

Segue as configurações:

Please can you help me?

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