Copied to clipboard

Flag this post as spam?

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


  • Mukesh 30 posts 60 karma points
    Jul 08, 2015 @ 10:36
    Mukesh
    0

    Umbraco Service not working

    Hi, I am using Umbraco reference 1.0.5261.29001 and Umbraco.Core version 1.0.5261.28997, so wherever i check for existing user details I get object reference null exception

    public static bool UserNameExist(string username) {

            if (Member.GetMemberFromLoginName(username) != null) return true;
            return false;
    
        }
    

    could you please help ASAP.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jul 09, 2015 @ 04:41
    Jan Skovgaard
    0

    Hi Mukesh

    What is the exact version of Umbraco 6 that you're using? (Sorry, can't remember the reference and version numbers for the dll's in my head between Umbraco releases) :-)

    Looking forward to hearing from you.

    /Jan

  • Mukesh 30 posts 60 karma points
    Jul 09, 2015 @ 08:06
    Mukesh
    0

    We are using 6.2.1 version of Umbraco.

  • 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