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

Activities of "huntethan89"

Hi @ismcagdas,

I have to remove the site from CDN, as users were not able to access the buttons. Can you please let me know any specific time so that i will up the site again for you for testing.

Hi @ismcagdas,

Related to this issue. We have removed the Sucuri and using Stackpath for CDN now. But same issue facing again.

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.2
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

Hi,

I have created one API on ASP.Net zero and using that API from react native. It is giving response one time but when we call the API again it is returning HTML with error.

Following is the error fetched from logs file:-

WARN 2021-08-17 02:59:19,180 [8 ] e.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect. ERROR 2021-08-17 02:59:46,486 [16 ] idateAntiforgeryTokenAuthorizationFilter - The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The required antiforgery request token was not provided in either form field "__RequestVerificationToken" or header value "X-XSRF-TOKEN". at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext) at Abp.AspNetCore.Mvc.Antiforgery.AbpValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context)

Can you please let me know what i am missing?

Thanks

Hi,

I have tried and found the solution you shared did not help us.

When user import excel first time it works fine but whenever user tries to upload same excel with different data or same data it unable read few columns specifically DATETIME type columns and throws null reference error on following line:-

cellValue = formatter.FormatCellValue(worksheet.GetRow(row).GetCell(column));

  • What is your product version? "10.2.0"
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net core

Hi,

I am trying to read excel from your inbuilt method. It is working succesfully for first time but when i tried to read the excel it is giving following error. Can you please look into this?

i checked the row data when reading first time as follows:-

Wheni read the excel 2nd time i checked the row data as follow:-

As you can see, i have highlighted the part in both images. 2nd time it pick the date cell is some error format due to which we are getting error.

Please check this and let us know.

This is the method where we are getting error during the cell data.

Thanks

Hi,

I am creating test cases for my application.

A method in my service contains a hangfire job to send an email to the user, but when I am trying to use this method in one of my test case in Test project I get below error:-

Can you please let me know what is the issue

Thanks

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? -9.0.1.0
  • What is your product type (Angular or MVC)? - MVC
  • What is product framework type (.net framework or .net core)? .net core

When i tried to login i am getting following error:-

Please let me know, if anything helpful

Hi @ismcagdas,

I have achived this using "StaticRoles" feature:

roleManagementConfig.StaticRoles.Add(
                new StaticRoleDefinition(
                    StaticRoleNames.Tenants.Tenant_Admin,
                    MultiTenancySides.Tenant)
                {
                    GrantedPermissions =
                    {
                    AppPermissions.Pages_Administration,
                    AppPermissions.Pages_Administration_Roles,
                    AppPermissions.Pages_Administration_Roles_Edit
                    }
                }
                );

My question is this will apply permissions to newly created Tenant, But how we will add/Remove permissions to all existing tenants? Is there any feature available?

I have found something regarding this: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4528#issuecomment-510102409 is this ok?

Or can you guide me how to achieve this.

Issue is when we create a new tenant a default user is also created whose role is admin. So Whatever permissions we have applied to host(admin) role are automatically applied to tenant user (admin role). That's why same menu is appearing for Host admin and Tenant admin. Is there any way we can create a new role let's say "TenantAdmin" and whenever we create a new tenant role "TenantAdmin" is applied to default user?

Hi, I want to create tenant specific menu (Left side Menu). I am using edit "Roles" feature to add/remove menu items, this is working fine for normal users under any Tenancy but admin of every Tenancy is still able to view all menu items.

My Requirement:

  1. Host have different menu.
  2. Tenant admin/normal users have different mentu.
Showing 31 to 40 of 202 entries