hello, while am trying to add user to a role using the method (Roles.AddUserToRole) I got 'User is already in role', the user not in any role, but I found that there is a username (user.name) which is in that role, and the user am trying to add to that role is (user_name), thats because of Like operator and (_) wildcard, is that a bug?, any workarounds?
↧