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

Activities of "sampath"

Hi,

Great.Thanks a lot :)

Hi,

I have done the nugget package update.Now it's giving below error.can you tell me how to sort out it ?

OK got it.Thanks a lot :)

Hi,

OK got it.One question though,what about nugget packages ? Do I need to run those things also one by one like this ?

Abp.Zero 0.9.4 Abp.Zero 0.9.6 Abp.Zero 0.10.0 | | Abp.Zero 0.12.0

OR is that enough to run Abp.Zero 0.12.0 only ?

Hi, Can you tell me what are the steps which I have to follow to update my project to latest ABP. I saw that you have released Zero 1.12.2 and boilerplate 0.11.2.

My project is very old now.Zero : 1.10.1 and boilerplate : 0.9.3.0.

I normally merge the templates manually using KDiff3 tool.So can you give me the links which I should follow to upgrade my project into latest ?

<packages>
  <package id="Abp" version="0.9.3.0" targetFramework="net461" />
  <package id="Abp.AutoMapper" version="0.9.3.0" targetFramework="net461" />
  <package id="Abp.Zero" version="0.9.2.0" targetFramework="net461" />
  <package id="Abp.Zero.Ldap" version="0.9.2.0" targetFramework="net461" />
  <package id="AutoMapper" version="3.3.1" targetFramework="net461" />
  <package id="Castle.Core" version="3.3.3" targetFramework="net461" />
  <package id="Castle.LoggingFacility" version="3.3.0" targetFramework="net461" />
  <package id="Castle.Windsor" version="3.3.0" targetFramework="net461" />
  <package id="Microsoft.AspNet.Identity.Core" version="2.2.1" targetFramework="net461" />
  <package id="Newtonsoft.Json" version="8.0.3" targetFramework="net461" />
  <package id="Nito.AsyncEx" version="3.0.1" targetFramework="net461" />
  <package id="System.Collections.Immutable" version="1.1.36" targetFramework="net461" />
</packages>

Hi, Sure.I'll do that.Thanks.

Hi , Can we do this ? Hope you'll give a feedback.Thanks.

Is there any place to put [AbpAuthorize()] attribute to apply it to whole service layer methods ? At this moment I have to set it each and every service layer class.

Thanks.That is the reason for that.

Another Question : Is there any place to put [AbpAuthorize()] attribute to apply it to whole service layer methods ? At this moment I have to set it each and every service layer class.

Hi,

Yes,Can you tell me how to do that ?

Hi, I have followed this (<a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide#token-based-authentication">https://www.aspnetzero.com/Documents/De ... entication</a>) article to set token based authentication.I have successfully done that.After that I have used same token to access below method.

[AbpAuthorize(AppPermissions.Pages_Tenant_PropertyManagement_AddNewProperty)]
        public async Task<ListResultOutput<StatusListDto>> GetAllStatusesAsync()
        {
           //code
        }

But it gives below error.Can you tell me why and how to sort out this issue ?

{
  "success": false,
  "result": null,
  "error": {
    "code": 0,
    "message": "Required permissions are not granted. At least one of these permissions must be granted: Pages.Tenant.PropertyManagement.AddNewProperty",
    "details": null,
    "validationErrors": null
  },
  "unAuthorizedRequest": true
}

Another Q : Can you tell me how to hide service layer methods from the Swagger dash board ?

Showing 61 to 70 of 187 entries