Base solution for your next web application

Activities of "pliaspzero"

Dear Support Team,

We are currently working on an ASPZERO project using Angular and .NET Core.

We are planning to do a Copy&Paste deployment and we are wondering if it is necessary to execute the Migrator.EXE after the deployment in order to patch the database, or if it happens automatically when the WebApi is restarted.

If the database patching does not occur automatically with a WebApi restart, is it possible to call and execute the Migrator.EXE through a WebApi?

Thank you in advance for your assistance.

Hi, I'm hosted Anglaur App and ASP WebAPI under 2 separate Sub Domains. After upgrade from q10.2 to 12.0.1 I get in my live server origin-when-cross-origin error. I've seen a new file in Angular App - appconfig.k8s.json - maybe has to do with it?

GET myURL/AbpUserConfiguration/GetAll?d=1676459731189 Status 500 Internal Server Error VersionHTTP/2 Übertragen580 B (179 B Größe) Referrer Policystrict-origin-when-cross-origin

I've updated reference in .Core.csproj to this - but still not working - same error

<PackageReference Include="Abp.AutoMapper" Version="7.4.0" />

Hi @ismcagdas,

I think this could be the problem - I didn't update that - how to do that / what needs to be done? Thanks in advance!

Hi,

I need to upgrade .NET CORE to .NET 7 - I've tested it - but get this error in startup class - app.UseAbp(options =>

Any idea / hint for me?

public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerFactory loggerFactory) {

       //Initializes ABP framework.
        app.UseAbp(options =>
     {
         options.UseAbpRequestLocalization = false; //used below: UseAbpRequestLocalization
     });

"GenericArguments[0], 'System.Int64', on 'T MaxFloatT' violates the constraint of type 'T'."

{"Method System.Linq.Enumerable.MaxFloat: type argument 'System.Int64' violates the constraint of type parameter 'T'."}

" at System.RuntimeType.ValidateGenericArguments(MemberInfo definition, RuntimeType[] genericArguments, Exception e)\r\n at System.Reflection.RuntimeMethodInfo.MakeGenericMethod(Type[] methodInstantiation)\r\n at AutoMapper.TypeDetails.<>c__DisplayClass28_1.

{Void ValidateGenericArguments(System.Reflection.MemberInfo, System.RuntimeType[], System.Exception)}

Hi, I needs to upgrade ABP Version 6.5 xx - how can I do it ?

thanks

Thanks :)

"Azure AD, you can use OpenID Connect." -> is there any documentation somewhere ?

Hi, we use Angular & .NET Core - for the MS Marketplace as SaaS provider we need to implement SSO

  • Enable Microsoft Accounts (MSA) and
  • Azure Active Directory (Azure AD) for authenticating -> Azure AD account sign in to your application using Azure AD with single sign-on (SSO).

Is this possible to activate / run in ASPZERO?

Thanks

Hi, I want to migrate to 11.4 - just seen that .Application.Shared project is still on <TargetFramework>netstandard2.0</TargetFramework> - is there any reason for that ehy it is not on 6.0?

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.1
  • What is your product type (Angular or MVC)? Angular
    • What is product framework type (.net framework or .net core)? .NET CORE

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

Hi, we are wondering - due to some perfromance issues, to test implemtation of Per Request Redis Cache (got the tipp from other ASPZERO customer): https://aspnetboilerplate.com/Pages/Documents/PerRequestRedisCache

  • How can I check what is currently cached
  • Is there anything what we need to keep in mind when changing?

Any hints are welcome - thanks!

Showing 21 to 30 of 68 entries