Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "shedspotter"

What is your product version? 10.3.0

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

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

Hi, we have got news from the internet that log4J has been vulnerability identified. and in aspnet zero frameworks, log4net is used for logging which is based on Apache log4j. please confirm is there any impact on our application due to vulnerability, if yes please provide a solution asap so that we can prevent the damage.

Thanks

Prerequisites

  • What is your product version => 10.3.0
  • What is your product type => Angular
  • What is product framework type => .net core

Hi Team 👋

We are facing some formatting issues with our controls which require change for the languages that support RTL. Basically, we had tried to find in your code how your language switching works but we are unable to find the exact event. We need your help to find the event so that we can make changes in our code for the languages that support RTL.

Thanks

What is your product version = 10.3.0 What is your product type = Angular What is product framework type = .net core

Our project requires to display live push notifications for users in mobile application. Is there any documentation for implementing the same in Xamarin forms(using SignalR) or any other Library?

Thanks

  • What is your product version = 10.3.0
  • What is your product type = Angular
  • What is product framework type = .net core

Hi, we are using the default Xamarin forms project provided with ASP.net core and we are trying to create release builds but getting this error also tried with not linking the sdk's getting the same this is happening for both platforms.

We have also tried updating the dependent Abp nugets to the latest version from 6.3.0 to 6.5.0 but the issue exits.

Severity Code Description Project File Line Suppression State
Error Mono.Linker.MarkException: Error processing method: 'System.Void Abp.Auditing.AuditingInterceptor/<InternalInterceptAsynchronous>d__6`1::MoveNext()' in assembly: 'Abp.dll' ---> System.ArgumentNullException: Value cannot be null.
Parameter name: document
   at Mono.Cecil.Cil.SequencePoint..ctor(Int32 offset, Document document) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil.Cil/SequencePoint.cs:line 61
   at Mono.Cecil.SignatureReader.ReadSequencePoints(Document document) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil/AssemblyReader.cs:line 3870
   at Mono.Cecil.MetadataReader.ReadSequencePoints(MethodDefinition method) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil/AssemblyReader.cs:line 2870
   at Mono.Cecil.Cil.PortablePdbReader.Read(MethodDefinition method) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil.Cil/PortablePdb.cs:line 118
   at Mono.Cecil.Cil.CodeReader.ReadMethodBody() in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil.Cil/CodeReader.cs:line 108
   at Mono.Cecil.Cil.CodeReader.ReadMethodBody(MethodDefinition method) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil.Cil/CodeReader.cs:line 59
   at Mono.Cecil.MethodDefinition.&lt;&gt;c.&lt;get_Body&gt;b__41_0(MethodDefinition method, MetadataReader reader) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil/MethodDefinition.cs:line 154
   at Mono.Cecil.ModuleDefinition.Read[TItem,TRet](TRet& variable, TItem item, Func`3 read) in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil/ModuleDefinition.cs:line 989
   at Mono.Cecil.MethodDefinition.get_Body() in /Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/external/cecil/Mono.Cecil/MethodDefinition.cs:line 154
   at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   --- End of inner exception stack trace ---
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   at Mono.Linker.Steps.MarkStep.ProcessPrimaryQueue()
   at Mono.Linker.Steps.MarkStep.Process()
   at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
   at MonoDroid.Tuner.MonoDroidMarkStep.Process(LinkContext context)
   at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)
   at Mono.Linker.Pipeline.Process(LinkContext context)
   at MonoDroid.Tuner.Linker.Process(LinkerOptions options, ILogger logger, LinkContext& context)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res)
   at Xamarin.Android.Tasks.LinkAssemblies.RunTask()
   at Microsoft.Android.Build.Tasks.AndroidTask.Execute() in /Users/builder/azdo/_work/1/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/AndroidTask.cs:line 17	SmartSuite.Mobile.Droid

Thanks

What is your product version? 10.3.0

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

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

Hi, Is there a way we can update the Time Zone list in settings to show based on the time zones rather than time zone names? For ex. GMT - 11:30 (City names) GMT - 11:00 (City names)




GMT (City names)




GMT + 11:30 (City names) GMT + 12:00 (City Names)

Or, as an alternative is it possible to append the Timezone against each of the currently shown time zone names? Such As

GMT + 5:30 - India Standard Time

Any of these two options possible? If yes could you help us underatand how best we can do this?

Thanks

What is your product version? 10.3.0

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

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

Hi we have enable the multi tenancy in our application, where every tenant will get a specific unique tenant login URL. For example : I have registered a tenant with name "taritas" so the URL which is generating is "taritas.anywhereapp.in" which is correct and for the super admin the URL which is generated is "host.anywhereapp.in" but some user which is the part of the tenant "taritas" is able to login from "host.anywhereapp.in" instated of "taritas.anywhereapp.in" but in that case still they are able to see the data of only there tenant. so please let me know how can we prevent user for login from super admin URL "host.anywhereapp.in" and user will only be able to login with there tenant specific unique URL.

Thanks

  • What is your product version? 10.3.0

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

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

Hi, We have 3 environment Development , UAT and Prodeuction and it is really hard to replace the value in appsetting.json all the time while depolying in respective envirmoment. Could you please help use to move all the value in azure app serive application setting.

Thanks

product version = 10.3.0 product type = Angular framework type = .net core

Hi, When we are using custom domain, some time CSS is not getting load in run time. This issue has been occurred some times. As we are investigating the issue we have found that while using custom domain the URL for loading the CSS been undefined. I have attached the screenshot in which you can see the URL for loading the CSS is getting undefined because of that the screen is showing as distorted.

Please help us as soon as possible because it is a major blocker for us. Thanks

Prerequisites

  • What is your product version? => 10.3.0
  • What is your product type? => Angular
  • What is product framework type? => .net core

Hi ASP.NET Zero team, Is there any way to change date format from dd/mm/yyyy to mm/dd/yyyy ? Note: urgent requirment. Thanks

Prerequisites

  • What is your product version? => 10.3.0
  • What is your product type? => Angular
  • What is product framework type? => .net core

Hi ASP.NET Zero team, How we can set default language by admin on tenent level (instead of by host) ? Note: urgent requirment. Thanks

Showing 31 to 40 of 72 entries