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;
}
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) :-)
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) {
could you please help ASAP.
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
We are using 6.2.1 version of Umbraco.
is working on a reply...