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

Activities of "antonis"

No errors.

Hi,

After upgrading to 5.2 a lot of times when pressing F5 or refresh in browser page is not loading. I am using angular 2 + asp.net core. Strange thing I see no errors or 404.

Thanks

Hi,

I am using aspnetzero with angular and my appupdates data every 2 seconds. Before updating to 5.0.6 memory was stable. Now I see memory increasing and at a point crashes the browser.

Thanks

After upgrading to aspnetzero 5.0.6 from 4.6 angular ise terribly slow. First of all compilation is faster but reloading of the page takes 20 seconds. Second while clicking on custom lazy load modules takes 20 seconds to open a lazy loaded module. Didnt have this proble in aspnetzero 4.6

Thanks

I am using windows 10 and whenever I want to delete node_modules I get the following error:

Invalid MS-Dos function which is cause by the datamaps folder. Check the attachment. Does anyone knows how can I delete this datamaps?

Thanks

I have several modules in my angular 4 app. User test is given access only to Clients section (Clients lazy load module). I changed auth-route-guard.ts so that once test user is logged in redirected to dashboard

selectBestRoute(): string {
      
        if (!this._sessionService.user) {
            return '/account/login';
        }
       
        if (this._permissionChecker.isGranted('Pages.Administration.Host.Dashboard')) {
            return '/app/admin/hostDashboard';
        }

        if (this._permissionChecker.isGranted('Pages.Tenant.Dashboard')) {
            return '/app/main/dashboard';
        }

        if (this._permissionChecker.isGranted('Pages.Tenants')) {
            return '/app/admin/tenants';
        }

        if (this._permissionChecker.isGranted('Pages.Administration.Users')) {
            return '/app/admin/users';
        }

        if (this._permissionChecker.isGranted('Pages.Clients.Dashboard')) {
            return '/app/clients/dashboard';
        }
      
        return '/app/notifications';
    }

The breakpoint goes inside the Pages.Clients.Dashboard condition but I see blank page no errors nothing.

Answer

I have seen several bugs after major release of 5.0. For us to upgrade its gonna take days. So I prefer to not spend hours to upgrade until the 5.1 as this is very expensive for use. We need dates as the other guys mentioned above. This helps us schedule our project in a better and more effective way.

So after the license expires we cannot work on the project?

Question

When v5.1. is gonna be released? We need some dates in order to make our schedules.

Thanks

I got the same error on my uat server. I restarted App pool IIS but still website does not come up. I have even restarted the machine but still the website is dead

Showing 141 to 150 of 202 entries