Base solution for your next web application

Activities of "shedspotter"

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi, we are facing the same issue like this https://support.aspnetzero.com/QA/Questions/9644/tenantId-null-on-Tenant-Custom-domains-under-Azure-Front-Door , we have applied all the suggestion which you guys provided in the ticket but it does not work and so we have search it for the solution and we have found one solution https://www.phillipsj.net/posts/using-azure-front-door-with-dotnet-core/ https://github.com/phillipsj/dotnetcore-frontdoorservice-issue/blob/master/README.md

Please let us know if we go with the finded solution. it is secure or not and also if it is not secure please provide a solution for the same

Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi, we want to show the currency based on user locality for ex. when paying from India we should show the payment in INR and alos amount should be show in INR not in USD

Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi , I want user detail who made the payment in stripe in TenantManager class, so once the user has successfully completed the payment we need userId or user email address in UpdateTenantAsync mentod of TenantManager class because we need to show the detial of the user who made the payment,

Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi , I want to debug one of the mentod which I am calling from hangfire but when I am trying to debug that job from hangfire dashboard , the trigger is fired correctly but it is attached debugger in vs 2022 previuously it is working fine but suddenly it is stop working from hangire dashboard. There is no error found so far while trigger it , so unable to provide any information. Please let me know that are you guys are available for a call so that you guys can understand the problem Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi, I am getting below exception while calling the api and there is some strange thing is happing , same API is working fine in our staging env, prod env and even in mobile as well but not in our development env. in development env we are getting below exception and also the api which we are calling is getting data from store procedure

System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable. at Microsoft.Data.SqlClient.SqlTransaction.ZombieCheck() at Microsoft.Data.SqlClient.SqlTransaction.Commit() at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.Commit() at Abp.EntityFrameworkCore.Uow.DbContextEfCoreTransactionStrategy.Commit() at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.CommitTransaction() at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.CompleteUowAsync() at Abp.Domain.Uow.UnitOfWorkBase.CompleteAsync() at Abp.AspNetCore.Mvc.Uow.AbpUowActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)

Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

If issue related with ABP Framework

-What is ABP Framework version = 7.0.1

Hi , We are facing some issue in xamrin form.Andriod application is getting crashed in few cases:

  1. Android: If App is in killed mode an we open the App by clicking on Notification (for notification we are using firebase).
  2. Android: If App is in background for a while and we start the App from Recent App section.

Logs which we get from azure app center : AppCenter log:

DependencyResolver.Resolve[T] () System.NullReferenceException: Object reference not set to an instance of an object

DependencyResolver.Resolve[T] () App.OnStart () AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) SyncContext+<>c__DisplayClass2_0.<Post>b__0 () Thread+RunnableImplementor.Run () IRunnableInvoker.n_Run (System.IntPtr jnienv, System.IntPtr native__this) (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.35(intptr,intptr)

When we debug it We are getting null reference exception for ApplicationBootstrapper.AbpBootstrapper in DependencyResolver class. for getting this we have made some changs in "DependencyResolver" class rosolve method

public static T Resolve<T>() { if (ApplicationBootstrapper.AbpBootstrapper == null) throw new System.Exception("ApplicationBootstrapper.AbpBootstrapper is null"); if (ApplicationBootstrapper.AbpBootstrapper.IocManager == null) throw new System.Exception("ApplicationBootstrapper.AbpBootstrapper.IocManager is null"); return ApplicationBootstrapper.AbpBootstrapper.IocManager.Resolve<T>(); } so that we can find the exact root casuse

Please provide a solution asap.

Thanks

Prerequisites

  • What is your product version? 11.0.0

  • What is your product type ? -Angular

  • What is product framework type ? .net core

Hi, I observed 11.0.0 version still not mirgated to eslint in angular application. (ts lint already deprecated officially). I have migrated by myself. but, I am getting lot's of errors & warning in asp.net zero existing page. Kindly, migrate in feature release. Thanks

Prerequisites

  • What is your product version? 11.0.0
  • What is your product type ? Angular
  • What is product framework type ? .net core

I we are getting diffrent today date in google chrom & mozilla firefox.

<div class="p-5">
    {{today}}
</div>
@Component({
    selector: 'app-demo',
    templateUrl: './demo.component.html',
    styleUrls: ['./demo.component.css'],
    changeDetection: ChangeDetectionStrategy.OnPush
})
export class DemoComponent  {
    public dateFormat: string;
    public today = new Date();
  }

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi yestarday I have updated the VS 2022 to the latest version 17.1.1, after this I am unable to published , I am getting

The "KillAppInsideContainer" task failed unexpectedly. System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:***** Projects*******\aspnet-core\src\SmartSuite.Web.Host\obj\Container\ContainerToolsExceptions.json'. and also I am not using docker

8>------ Build started: Project: SmartSuite.Web.Host, Configuration: Release Any CPU ------ 8>D:**\aspnet-core\src\SmartSuite.Web.Host\Startup\AuthConfigurer.cs(32,34,32,43): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 8>D:\****** Projects*\aspnet-core\src\SmartSuite.Web.Host\Controllers\SharedController.cs(85,42,85,49): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. 8>D:\* Projects*\aspnet-core\src\SmartSuite.Web.Host\Startup\Startup.cs(123,13,123,66): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call. 8>D:\* Projects*\aspnet-core\src\SmartSuite.Web.Host\Startup\Startup.cs(295,17,295,53): warning CS0618: 'HangfireApplicationBuilderExtensions.UseHangfireServer(IApplicationBuilder, BackgroundJobServerOptions, IEnumerable<IBackgroundProcess>, JobStorage)' is obsolete: 'Please use IServiceCollection.AddHangfireServer extension method instead in the ConfigureServices method. Will be removed in 2.0.0.' 8>SmartSuite.Web.Host -> D:* Projects*\aspnet-core\src\SmartSuite.Web.Host\bin\Release\net6.0\SmartSuite.Web.Host.dll 8>Done building project "SmartSuite.Web.Host.csproj". 9>------ Publish started: Project: SmartSuite.Web.Host, Configuration: Release Any CPU ------ C:\Users*.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Container.targets(149,5): Error CTC1002: Visual Studio container tools require Docker Desktop. To get it, see https://go.microsoft.com/fwlink/?linkid=847268 C:\Users*.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Container.targets(149,5): Error MSB4018: The "KillAppInsideContainer" task failed unexpectedly. System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:* Projects**\aspnet-core\src\SmartSuite.Web.Host\obj\Container\ContainerToolsExceptions.json'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at Microsoft.VisualStudio.Containers.Tools.Tasks.ContainerBuildTask.OutputAndLogContainerToolsException(ContainerToolsException ex) at Microsoft.VisualStudio.Containers.Tools.Tasks.ContainerBuildTask.<EvaluateBuildPrerequisitesAsync>d27.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.VisualStudio.Containers.Tools.Tasks.ContainerBuildTask.<ExecuteAsync>d26.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.VisualStudio.Containers.Tools.Tasks.ContainerBuildTask.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()

Please help me asap Thanks

What is your product version? 11.0.0

What is your product type (Angular or MVC)? Angular

What is product framework type (.net framework or .net core)? .NET 6

Hi we are trying to send the notification from hangfire jobs, the notification is getting fire properly but the count of the notification which is showing in the bell icon is not getting increased even when we are unable to see those notification in the notication page.

Thanks

Showing 11 to 20 of 72 entries