Hi, I have recently installed and configured DNN4.3.4 with VS web developer on a site using IIS5. I have managed to integrate AD users into DNN but when I try to assign a role to a user I can the error below, I'm sure it is something simple that I am missing, I'm new to this side of IT so please be gentle.
Thanks Ed
Error: User Roles is currently
unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException:
The specified string is not in the form required for an e-mail address. --->
System.FormatException: The specified string is not in the form required for an
e-mail address. at System.Net.Mime.MailBnfHelper.ReadMailAddress(String data,
Int32& offset, String& displayName) at
System.Net.Mail.MailAddress.ParseValue(String address) at
System.Net.Mail.MailAddress..ctor(String address, String displayName, Encoding
displayNameEncoding) at System.Net.Mail.Message..ctor(String from, String to) at
System.Net.Mail.MailMessage..ctor(String from, String to) 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.Security.SecurityRoles.SendNotification(Int32
UserId, Int32 RoleId, String Action) at
DotNetNuke.Modules.Admin.Security.SecurityRoles.cmdAdd_Click(Object sender,
EventArgs e) --- End of inner exception stack trace ---
|