Recaptcha Exception

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.
9/30/2011 8:03:47 AM
Gravatar
Total Posts 68

Recaptcha Exception

Just tried Recaptcha and receiving this exception on 2.3.7.0/MSSQL/.NET4/Full Trust. Checked the file upload as I've been bitten by incomplete uploads before. The Recaptcha.dll is as contained in the distro.

System.IO.FileLoadException: Could not load file or assembly 'Recaptcha, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Recaptcha, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null'
   at mojoPortal.Web.Controls.Captcha.RecaptchaAdapter..ctor()
   at mojoPortal.Web.Controls.Captcha.RecaptchaCaptchaProvider.GetCaptcha()
   at mojoPortal.Web.Controls.CaptchaControl.set_ProviderName(String value)
   at mojoPortal.Web.UI.Pages.Register.PopulateLabels()
   at mojoPortal.Web.UI.Pages.Register.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

9/30/2011 8:56:53 AM
Gravatar
Total Posts 18439

Re: Recaptcha Exception

Hi Bill,

Thanks! I'm patching the 2.3.7.0 release right now. I've already uploaded patched versions for MS SQL. Just download again and replace only the mojoPortal.Web.dll and the Recaptcha.dll in the /bin folder, and it should solve this error. Sorry for the inconvenience.

Best,

Joe

9/30/2011 9:19:18 AM
Gravatar
Total Posts 68

Re: Recaptcha Exception

Thanks Joe. As usual the problem is solved.

-Bill

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