Base solution for your next web application

Activities of "drenton"

Hi @ismcagdas,

I sent the fresh project file to [email protected] yesterday. Titled : "Login page not opened on Chrome"

Thanks.

I downloaded v7.1.0(.Net Core with Angular). I followed the steps required then I could open swagger API page without any issues. but when I naviagte to localhost:4200 on chrome, the circle(freeze.ui) is running over and over again. this does not happen on IE and Firefox. My colleague is also seeing the same issue. and this is our 3th Asp.Net Zero project(.Net core with angular).

Hi,

I'm working on 5.3 Asp.Net Zero Core with Angular version.

I'm trying to use rangeslider and it works well on desktop browser but on mobile browser. I cannot drag on mobile browser. However, if I commment out below code in root.module.ts file, the dragging works as it does on other projects.

{ provide: APP_INITIALIZER, useFactory: appInitializerFactory, deps: [Injector, PlatformLocation], multi: true },

I guess somewhere in appInitializerFactory method, it crashes, but I cannot figure out.

Can you help me out with this?

Thanks.

ASP.NET Zero V 5.3

I need to change MaxUserNameLength for UserName from 32 to 128.

So I downloaded ABP boilerplate v3.7.2 and change the value in AbpUserBase.cs but as Abp.Zero.Common is referenced by many other projects. I had to update those projects too. so I did except this Abp.AspNetZeroCore.

I could find most projects within ABP boileplrate but, Abp.AspNetZeroCore << I could not find.

Where can I download that project?

Thanks.

I'm using Zero v5.3.0 [.Net core and Angular version]

Part of action menus in child table are not shown. Regretfully, there is no demo table which uses child table, so I cannot say it's from me or not.

but the same code used to work on ZERO v4.5.0

[EDIT] I found that v5.3.0 uses "normalizePosition"

Search for "FileDownloadService" in angular project and "FileController" in .Net Core project

Due to the dependencies, I referred below link to fix IE issue.

<a class="postlink" href="https://github.com/aspnetboilerplate/abp-ng2-module/commit/e747dba5ea4d0e0f84bc66ea35a403d47c6c15cd">https://github.com/aspnetboilerplate/ab ... d47c6c15cd</a>

Thanks.

Hi @ismcagdas

I tried to update those two packages but due to the package dependencies, It does not work.

Hi,

I'm using asp.net zero V4.5 with angular.

I face the login issue with IE. after I enter ID and Password, it comes back to log in page without any error message.(no error message in logs.txt too)

The site works well with Chrome, Edge and FF. it only happens in IE.

After I deleting cookies server times, I could manage to log in, but if I retry to login after closing the browser, the same thing happens.

Developer tools\network in IE it calls "GetExternalAuthenticationProviders" which is not called in Chrome, Edge and FF.

Hi,

I know that this problem is not related to ASP.NET Zero, but I hope someone could help me out with this.

With ASP.NET MVC version, recurring jobs run even after the site is not used for a while but with .Net core, recurring jobs are not fired if the site is not used for a while.

I changed idle time to 0, start mode to "Always running" and Start Automatically to "True" as I did to ASP.NET MVC version.

Anyone solved this issue?

Showing 11 to 20 of 44 entries