I'm somehow stuck with a corrupted user-management. I get the following error when I try to autheticate a new user:
Error: Edit User Accounts is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Die angegebene Zeichenfolge besitzt nicht das für eine E-Mail-Adresse erforderliche Format. ---> System.FormatException: Die angegebene Zeichenfolge besitzt nicht das für eine E-Mail-Adresse erforderliche Format. bei System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32& offset, String& displayName) bei System.Net.Mail.MailAddress.ParseValue(String address) bei System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding) bei System.Net.Mail.Message..ctor(String from, String to) bei System.Net.Mail.MailMessage..ctor(String from, String to) bei DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) bei DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Bcc, String Subject, String Body, String Attachment, String BodyType, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) bei DotNetNuke.Modules.Admin.Users.ManageUsers.cmdUpdate_Click(Object sender, EventArgs e) --- Ende der internen Ausnahmestapelüberwachung ---
When I create a new user I get a similar error:
Error: Edit User Accounts is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Die angegebene Zeichenfolge besitzt nicht das für eine E-Mail-Adresse erforderliche Format. ---> System.FormatException: Die angegebene Zeichenfolge besitzt nicht das für eine E-Mail-Adresse erforderliche Format. bei System.Net.Mime.MailBnfHelper.ReadMailAddress(String data, Int32& offset, String& displayName) bei System.Net.Mail.MailAddress.ParseValue(String address) bei System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding displayNameEncoding) bei System.Net.Mail.Message..ctor(String from, String to) bei System.Net.Mail.MailMessage..ctor(String from, String to) bei DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) bei DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Bcc, String Subject, String Body, String Attachment, String BodyType, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) bei DotNetNuke.Modules.Admin.Users.ManageUsers.cmdUpdate_Click(Object sender, EventArgs e) --- Ende der internen Ausnahmestapelüberwachung ---
When I try to delete the user I get no error. It just does not work. The user is still there. The same is true for "Delete Unauthorized Users".
I'm using DNN 4.0.3. Can anyone please help.