when I try to run a recaptcha applicatioion in an aaspx pae i get this

Server Error in '/ASP.NET HOST' Application.
--------------------------------------------------------------------------------

Value cannot be null.
Parameter name: Challenge
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: Challenge

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: Challenge]
   Recaptcha.RecaptchaValidator.Validate() in C:\Documents and Settings
\bmaurer\Desktop\recaptcha-plugins\dotnet\library
\RecaptchaValidator.cs:91
   Recaptcha.RecaptchaControl.Validate() in C:\Documents and Settings
\bmaurer\Desktop\recaptcha-plugins\dotnet\library\RecaptchaControl.cs:
210
   System.Web.UI.Page.Validate() +141
   System.Web.UI.Page.Validate(String validationGroup) +8740369
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String
eventArgument) +8735558
 
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+175
   System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+1565




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3074;
ASP.NET Version:2.0.50727.3074

Reply via email to