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

Hi @ismcagdas is there any update on the issue becuase it is a major blocker for us,as we are not able to create mobile builds for testing. please resolve this issue as soon as possible. Thanks

Hi ismcagdas, can I get an update on the issue it is almot 7 month. I am getting the same issue in another project where the get apI's work in swagger but post api is not wokring in swgger every time when I am trying to test the post api is gives me 400 but when same api I am calling from the web ir is working correctly but not in swagger . Can you please resolve that issue as soon as possible ? Thaks

I have added this --interpreter=Abp under mtouch argument seems like for Android I am able to deploy in release mode also able to create Build but when I install the apk it is crashing I have Also attached the logs for the same

Severity Code Description Project File Line Suppression State Error Mono.Linker.MarkException: Error processing method: 'System.Void Abp.Auditing.AuditingInterceptor/<InternalInterceptAsynchronous>d__61::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.<>c.<get_Body>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, Func3 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

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

We are still getting this error after updating the MTouchArgument with --interpreter

Error	Error processing the method 'System.Void Abp.Auditing.AuditingInterceptor/<InternalInterceptAsynchronous>d__6`1::MoveNext()' in the assembly 'Abp.dll': Value cannot be null.	SmartSuite.Mobile.iOS``

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

Showing 101 to 110 of 199 entries