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

Activities of "zdeen"

Version of Aspnet zero:

ASP.NET CORE & Angular .NET Core 2.2 v7.2.3

I have been trying to configure Xamarin project as per the documents here https://docs.aspnetzero.com/en/aspnet-core-angular/v7.2.0/Development-Guide-Xamarin but getting this error from VS 2017 and requesting out for some help here.

Severity Code Description Project File Line Suppression State Error Can not resolve reference: Microsoft.AspNetCore.Http.Features, referenced by OneSense.Application.Client > OneSense.Application.Shared. Please add a NuGet package or assembly reference for Microsoft.AspNetCore.Http.Features, or remove the reference to OneSense.Application.Client. OneSense.Mobile.Droid C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 1898

This is Application.Client and it has some nuget conflict issue. I have installed Microsoft.AspNetCore.Http.Features in the project but still don't know why build is compalining that it cannot resolve the package Could anyone guide how can this be fixed.

I got this version of ASPPNET Zero few months back and was working on Angualr and .NET Core WepAPI Part of the same which is working perfectly. With now my API ready and hosted in private beta for testing I have started working in building a Xamarin app for the same and encountering this issue .Any guidance how can I proceed further.

Thnaks a lot for the help in advance

Regards, Zainudeen

Hi Friends,

I am using ASP.NET Core, Angular and the version is 7.2.0 and trying to troubleshoot perfroamce issue while laoding application homepage. As shown in screenshot below the call which is slowest is ABPConfiguration/getAll. The site is still in beta and we are testing it.

I couldn't find much about this call from ApplicationService.Doesn't looks like DB call is slow from Applciation Insights which is Applciation Monitoring Engine in Azure.I do have knowledge in SQL and .NET perfromance tuning but looking for help on what does GetAll method does during the first hit.

Almost similar case reported here but nothing concrete appears as resolution https://support.aspnetzero.com/QA/Questions/7566 In my case its API call which is slow and have enogh traces to conclude that. Wondering if anything I can collect to know where exactly in GetAll its slow.

Any pointers on what should I be looking and if any other customers have reported this kind of issue.

Thank a lot for the help in advance.

Any doc or link that would share some pointers on how to loadtest aspnet zero with Jmeter. Looking for option on how to set the authentication cookie in Jmeter which we get once API (ASP.NET CORE version) is authenticated.

We are trying to save all AbpAuditLogs to Azure Kusto databse. While we understand there won't be direct integration option what I am trying to do is replace the inbuilt auditing to save these details in EventHub and then move it to Kusto. The EventHub to Kusto injestion is something which I would work later but need help in getting few pointers how the existing Auditing in AspNet zero can be replaced so that audited logs are sent to datastore of my choice instead of SQL Server table.

This documnet https://aspnetboilerplate.com/Pages/Documents/Audit-Logging descibed how can we enable and disable it but just looking on options on I can extend it further. Thanks a lot for the help in advance.

Could you please share the guidance of using JSON.stringify with Moment as Date object. When I try to do that the time string gets truncated as follows,

  • As you can see in the screenshot I have both fromDate and toDate passed as a parameter
  • But as soon as it's passed through JSON.stringify it gets truncated. Please refer to the content_ constant in the screenshot below
  • Class and interface details
  • We are using Angular Version 8.3.5 with ASP.NET core.

Thanks

Hi team,

This is a good info (https://support.aspnetzero.com/QA/Questions/6637)which should be updated here : https://aspnetboilerplate.com/Pages/Documents/Feature-Management along with an example of how to use abp.features.getValue in client side as well. var value = abp.features.getValue('SampleNumericFeature');

Hope support team updates the document.

I have enabled 2FA with email verification. I do receive code in my email but when I try entering it the validation says to "prove the you are not robot" .

This is something which I have already validated in previous screen as shown below

Could you please guide on how to streamline this validation.Am following these docs and nothing as such is documented here https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Two-Factor-Authentication

Showing 11 to 17 of 17 entries