Hi there
My portal is setup with Norwegian as default language.
When I try to register a new user, I get the enclosed exception(wich points me to missing translation of subject field)
But I'm not able to find this Subject in any translation file ...
Anyone got a hint ?
Brgds.
Audun
DotNetNuke.Services.Exceptions.ModuleLoadException: The specified string is not in the form required for a subject. ---> System.ArgumentException: The specified string is not in the form required for a subject. at System.Net.Mail.Message.set_Subject(String value) at System.Net.Mail.MailMessage.set_Subject(String value) at 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) at 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) at DotNetNuke.Modules.Admin.Users.ManageUsers.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---