Registration bug?

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/16/2007 9:39:17 AM
bob
Gravatar
Total Posts 126
YAF developer

Registration bug?

Then I switch on  flag  for email  registration  confiramation I am getting  the message like this.

 

Could not find any resource appropiate for the specified culture or its parents. Make sure "DotNetOpenMail.Resources.DotNetOpenMail.resources" was correctly embedded or linked into assembly "DotNetOpenMail".

Description: Error processing request.

Error Message: HTTP 500. System.Resources.MissingManifestResourceException: Could not find any resource appropiate for the specified culture or its parents. Make sure "DotNetOpenMail.Resources.DotNetOpenMail.resources" was correctly embedded or linked into assembly "DotNetOpenMail".

Stack Trace:

System.Resources.MissingManifestResourceException: Could not find any resource appropiate for the specified culture or its parents. Make sure "DotNetOpenMail.Resources.DotNetOpenMail.resources" was correctly embedded or linked into assembly "DotNetOpenMail".
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000]
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000]
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean tryParents) [0x00000]
at System.Resources.ResourceManager.GetString (System.String name, System.Globalization.CultureInfo culture) [0x00000]
at DotNetOpenMail.Resources.ARM.GetString (System.Globalization.CultureInfo culture, System.String name, System.String defaultvalue) [0x00000]
at DotNetOpenMail.Resources.ARM.GetString (System.String name) [0x00000]
at DotNetOpenMail.EmailMessage.GetNoMimeMessage () [0x00000]
at DotNetOpenMail.EmailMessage..ctor () [0x00000]
at mojoPortal.Net.Email.SendEmail (System.String from, System.String to, System.String cc, System.String bcc, System.String subject, System.String messageBody, Boolean html, System.String priority) [0x00000]
at mojoPortal.Net.Notification.SendRegistrationConfirmationLink (System.String MessageTemplate, System.String FromEmail, System.String UserEmail, System.String SiteName, System.String ConfirmationLink) [0x00000]
at mojoPortal.Web.mojoMembershipProvider.CreateUser (System.String userName, System.String password, System.String email, System.String passwordQuestion, System.String passwordAnswer, Boolean isApproved, System.Object providerUserKey, System.Web.Security.MembershipCreateStatus& status) [0x00000]
at System.Web.UI.WebControls.CreateUserWizard.CreateUser () [0x00000]

7/28/2007 1:17:02 PM
bob
Gravatar
Total Posts 126
YAF developer

Re: Registration bug?

This bug still exists.  My ISP closes port 25 and in every case I can use only their smtp server for sending email registration confirmation. So built-in mail server doesn't work anyway.

You must sign in to post in the forums. This thread is closed to new posts.