MissingFieldException

  •  12-06-2004, 1:57 PM

    MissingFieldException

     
    Hello all,

    This error keeps poping up from time to time , does anybody know of a solution to this problem as this is a showstopper

    thanks


    Server Error in '/CandidateEmail' Application.


    Field not found: CandidateEmail.Invite.TextBox1.

    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.MissingFieldException: Field not found: CandidateEmail.Invite.TextBox1.

    Source Error:

    Line 1:  <%@ Control Language="c#" AutoEventWireup="false" Codebehind="Invite.ascx.cs" Inherits="CandidateEmail.Invite" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
    Line 2:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Line 3:  

    Source File: C:\apps\CandidateEmail\UserControls\Invite.ascx    Line: 1

    Stack Trace:

    [MissingFieldException: Field not found: CandidateEmail.Invite.TextBox1.]
    ASP.Invite_ascx.__BuildControlPanel1() +0 ASP.Invite_ascx.__BuildControlTree(Control __ctrl) in C:\apps\CandidateEmail\UserControls\Invite.ascx:1 ASP.Invite_ascx.FrameworkInitialize() in c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\candidateemail\c5d4d24b\7a5fb38b\5spjyus-.0.cs:0 System.Web.UI.UserControl.InitializeAsUserControlInternal() +31 System.Web.UI.UserControl.InitializeAsUserControl(Page page) +15 ASP.CEmail_aspx.__BuildControlInvite1() in C:\apps\CandidateEmail\CEmail.aspx:27 ASP.CEmail_aspx.__BuildControlForm1() in C:\apps\CandidateEmail\CEmail.aspx:18 ASP.CEmail_aspx.__BuildControlTree(Control __ctrl) in C:\apps\CandidateEmail\CEmail.aspx:1 ASP.CEmail_aspx.FrameworkInitialize() in c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\candidateemail\c5d4d24b\7a5fb38b\sue770kq.0.cs:0 System.Web.UI.Page.ProcessRequest() +85 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
     
     
     
     
View Complete Thread