Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'Telerik.Web.UI.RadCaptcha' does not contain a definition for 'ValidateCaptcha' and no extension method 'ValidateCaptcha' accepting a first argument of type 'Telerik.Web.UI.RadCaptcha' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 435:    protected void btnSubmit_Click(object sender, EventArgs e)
Line 436:    {
Line 437:        ccJoin.ValidateCaptcha(txtSecurityCode.Text);
Line 438:        if (!ccJoin.UserValidated)
Line 439:        {

Source File: d:\FSTCO.COM\usercontrols\DynamicForm.ascx.cs    Line: 437





Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4465.0