userService = sp.BuildUserService (); // Initializing UserService.
userService.CreateUser(userName, password, email, callBack);
Yesterday my code was working fine but now today it won't create a new user when I call CreateUser.. I'm not getting an error message or anything but when I click the button to make this code run nothing happens.