Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rizwan 14 posts 94 karma points
    Feb 21, 2021 @ 07:15
    Rizwan
    0

    No PropertyType exists with the supplied alias

    Dear Experts,

    I am using umbraco identity which is working fine, i am trying to update member custom property using memberservice but error occurred "No PropertyType exists with the supplied alias ", i can see the member with all properties. var ms = ApplicationContext.Current.Services.MemberService; Umbraco.Core.Models.IMember mem = ApplicationContext.Current.Services.MemberService.GetById(user.Id); mem.SetValue("somalias",value);<---error

    Please help.

    Thanks

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Mar 03, 2021 @ 00:20
    Alex Skrypnyk
    0

    Hi Rizwan

    Be sure that the member has this property. How did you check that the member has this property?

    Alex

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies