Base solution for your next web application

Activities of "pliaspzero"

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!

Prerequisites

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

  • What is your product version? 10.2
  • 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 have problem that after deployment of new version - we see "new version", but still some functionality not working. After clearing browser cache "manually" - it works (or in incocnito mode).

Is there any possiblity to show some Popup window after new version is published "New version .... Press OK" and when pressing OK button, the browser cache is deleted? Or do you have some other hints?

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, is there any documentation for the setup of Health Check feature? we want to use this for our application. Thanks!

Prerequisites

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

  • What is your product version? 10.2
  • 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, on customer server, we get every few seconds the below error:

"AspNetCore.Server.IIS.Core.IISHttpServer - Connection ID "16573246634629036021", Request ID "8000781f-0001-e600-b63f-84710c7967bb": An unhandled exception was thrown by the application. System.InvalidOperationException: Response already started"

Details here. Any idea what is the reason and how to fix that? Server is IIS, Angular app is separatly hosted in own domain. Also every app - Anglaur and .NET core has own App Pools.

ERROR 2022-03-21 11:13:36,858 [158 ] e.Diagnostics.ExceptionHandlerMiddleware - An unhandled exception has occurred while executing the request. System.InvalidOperationException: Response already started at Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext.OnStarting(Func2 callback, Object state) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.EvaluateAndApplyPolicy(HttpContext context, CorsPolicy corsPolicy) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context, ICorsPolicyProvider corsPolicyProvider) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at WFMOne.Web.Startup.Startup.<>c.<<Configure>b__5_1>d.MoveNext() in /home/vsts/work/1/s/src/WFMOne.Web.Host/Startup/Startup.cs:line 277 --- End of stack trace from previous location --- at Abp.AspNetCore.Security.AbpSecurityHeadersMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) ERROR 2022-03-21 11:13:36,859 [158 ] AspNetCore.Server.IIS.Core.IISHttpServer - Connection ID "16573246634629036021", Request ID "8000781f-0001-e600-b63f-84710c7967bb": An unhandled exception was thrown by the application. System.InvalidOperationException: Response already started at Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext.OnStarting(Func2 callback, Object state) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.EvaluateAndApplyPolicy(HttpContext context, CorsPolicy corsPolicy) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context, ICorsPolicyProvider corsPolicyProvider) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at WFMOne.Web.Startup.Startup.<>c.<<Configure>b__5_1>d.MoveNext() in /home/vsts/work/1/s/src/WFMOne.Web.Host/Startup/Startup.cs:line 277 --- End of stack trace from previous location --- at Abp.AspNetCore.Security.AbpSecurityHeadersMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.HandleException(HttpContext context, ExceptionDispatchInfo edi) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Server.IIS.Core.IISHttpContextOfT1.ProcessRequestAsync() ERROR 2022-03-21 11:14:14,190 [152 ] e.Diagnostics.ExceptionHandlerMiddleware - An unhandled exception has occurred while executing the request. System.InvalidOperationException: Response already started at Microsoft.AspNetCore.Server.IIS.Core.IISHttpContext.OnStarting(Func2 callback, Object state) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.EvaluateAndApplyPolicy(HttpContext context, CorsPolicy corsPolicy) at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context, ICorsPolicyProvider corsPolicyProvider) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at WFMOne.Web.Startup.Startup.<>c.<<Configure>b__5_1>d.MoveNext() in /home/vsts/work/1/s/src/WFMOne.Web.Host/Startup/Startup.cs:line 277 --- End of stack trace from previous location --- at Abp.AspNetCore.Security.AbpSecurityHeadersMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

Prerequisites

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

  • What is your product version? 10.2
  • 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

We get following error and can not login anymore - how to fix that / what could be the reason?

ERROR TypeError: this._tokenAuthService.getExternalAuthenticationProviders is not a function initExternalLoginProviders https://MYurl/17-es2015.js:1 init https://MYurl/17-es2015.js:1 ngOnInit https://MYurl/17-es2015.js:1 Jt https://MYurl/main-es2015.js:1 Gt https://MYurl/main-es2015.js:1 Ft https://MYurl/main-es2015.js:1 fs https://MYurl/main-es2015.js:1 fs https://MYurl/main-es2015.js:1 fs https://MYurl/main-es2015.js:1 Us https://MYurl/main-es2015.js:1 fs https://MYurl/main-es2015.js:1 fs https://MYurl/main-es2015.js:1 bs https://MYurl/main-es2015.js:1 Ws https://MYurl/main-es2015.js:1 Ys https://MYurl/main-es2015.js:1 detectChanges https://MYurl/main-es2015.js:1 tick https://MYurl/main-es2015.js:1 next https://MYurl/main-es2015.js:1 invoke https://MYurl/polyfills-es2015.js:1

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

  • Which theme are you using?
  • What are the theme settings?

I try to start .net core WebAPI on IIS (.NET 6.0) - I'm geeting There is already an open DataReader associated with this Connection which must be closed first: How to fix that?

Application: w3wp.exe CoreCLR Version: 6.0.322.12309 .NET Version: 6.0.3 Description: The process was terminated due to an unhandled exception. Exception Info: System.InvalidOperationException: There is already an open DataReader associated with this Connection which must be closed first. at Microsoft.Data.SqlClient.SqlInternalConnectionTds.ValidateConnectionForExecute(SqlCommand command) at Microsoft.Data.SqlClient.SqlInternalTransaction.Rollback() at Microsoft.Data.SqlClient.SqlInternalTransaction.Dispose(Boolean disposing) at Microsoft.Data.SqlClient.SqlInternalTransaction.Dispose() at Microsoft.Data.SqlClient.SqlTransaction.Dispose(Boolean disposing) at System.Data.Common.DbTransaction.Dispose() at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.Dispose() at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.ResetState(Boolean disposeDbConnection) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Dispose() at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.Dispose() at Microsoft.EntityFrameworkCore.DbContext.Dispose() at Castle.MicroKernel.LifecycleConcerns.DisposalConcern.Apply(ComponentModel model, Object component) at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.ApplyConcerns(IEnumerable`1 steps, Object instance) at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.ApplyDecommissionConcerns(Object instance) at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalDestroy(Object instance) at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Destroy(Object instance) at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Release(Object instance) at Castle.MicroKernel.Handlers.DefaultHandler.ReleaseCore(Burden burden) at Castle.MicroKernel.Handlers.AbstractHandler.Release(Burden burden) at Castle.MicroKernel.Burden.Release() at Castle.MicroKernel.Releasers.LifecycledComponentsReleasePolicy.Dispose() at Castle.MicroKernel.DefaultKernel.DisposeComponentsInstancesWithinTracker() at Castle.MicroKernel.DefaultKernel.Dispose() at Castle.Windsor.WindsorContainer.Dispose() at Castle.Windsor.MsDependencyInjection.GlobalMsLifetimeScope.DisposeInternal() at Castle.Windsor.MsDependencyInjection.MsLifetimeScope.Dispose() at Castle.Windsor.MsDependencyInjection.GlobalScopedWindsorServiceProvider.Dispose() at Microsoft.AspNetCore.Hosting.WebHost.DisposeServiceProviderAsync(IServiceProvider serviceProvider) at Microsoft.AspNetCore.Hosting.WebHost.DisposeAsync() at Microsoft.AspNetCore.Hosting.WebHostExtensions.RunAsync(IWebHost host, CancellationToken token, String startupMessage) at Microsoft.AspNetCore.Hosting.WebHostExtensions.RunAsync(IWebHost host, CancellationToken token) at Microsoft.AspNetCore.Hosting.WebHostExtensions.Run(IWebHost host) at WFMOne.Web.Startup.Program.Main(String[] args) in C:\TFSASPZERO2022\src\WFMOne.Web.Host\Startup\Program.cs:line 14

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

I try to publish angular app locally with “npm run publish” - but get below error - how to fix?

[error] HookWebpackError: Transform failed with 1 error: error: Invalid version: "15.2-15.3" at makeWebpackError (C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\webpack\lib\HookWebpackError.js:48:9) at C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\webpack\lib\Compilation.js:3055:12 at eval (eval at create (C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:98:1) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) -- inner error -- Error: Transform failed with 1 error: error: Invalid version: "15.2-15.3" at failureErrorWithLog (C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\esbuild\lib\main.js:1557:15) at C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\esbuild\lib\main.js:1346:29 at C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\esbuild\lib\main.js:637:9 at handleIncomingPacket (C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\esbuild\lib\main.js:734:9) at Socket.readFromStdout (C:\TFSASPZERO2022\src\WFMOne.Web.Host\node_modules\esbuild\lib\main.js:604:7) at Socket.emit (node:events:520:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:289:9) at Socket.Readable.push (node:internal/streams/readable:228:10) at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)

Prerequisites

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

  • What is your product version?
  • 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

When do you expect to launch AspNet Zero v11.1?

Showing 41 to 50 of 63 entries