InDesignMode - Error

Posts   
 
    
Posts: 40
Joined: 26-Nov-2004
# Posted on: 26-Nov-2004 23:26:11   

Check dll versions. Checked that SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase.InDesignMode does exsit and it does. What do you think?




Field not found: SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase.InDesignMode. 
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: SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase.InDesignMode.

Source Error: 


Line 573:       public virtual EvolutionInternet.Education.Data.CollectionClasses.PoolAllocatedTimeCollection GetMultiPoolAllocatedTime(bool forceFetch)
Line 574:       {
Line 575:           return GetMultiPoolAllocatedTime(forceFetch, _poolAllocatedTime.EntityFactoryToUse, null);
Line 576:       }
Line 577:


Source File: C:\Inetpub\wwwroot\EvolutionInternet\Education\Data\EntityBaseClasses\InterviewerEntityBase.cs Line: 575 

Stack Trace: 


[MissingFieldException: Field not found: SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase.InDesignMode.]
   EvolutionInternet.Education.Data.EntityClasses.InterviewerEntityBase.GetMultiPoolAllocatedTime(Boolean forceFetch, IEntityFactory entityFactoryToUse, IPredicateExpression filter) +0
   EvolutionInternet.Education.Data.EntityClasses.InterviewerEntityBase.GetMultiPoolAllocatedTime(Boolean forceFetch) in C:\Inetpub\wwwroot\EvolutionInternet\Education\Data\EntityBaseClasses\InterviewerEntityBase.cs:575
   EvolutionInternet.Education.Data.EntityClasses.InterviewerEntityBase.get_PoolAllocatedTime() in C:\Inetpub\wwwroot\EvolutionInternet\Education\Data\EntityBaseClasses\InterviewerEntityBase.cs:1527
   Education.NqtPool.InterviewerList.repeater_ItemDataBound(Object sender, RepeaterItemEventArgs e) in c:\inetpub\wwwroot\evolutioninternet\education\nqtpool\interviewerlist.aspx.cs:209
   System.Web.UI.WebControls.Repeater.OnItemDataBound(RepeaterItemEventArgs e)
   System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem)
   System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource)
   System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e)
   System.Web.UI.WebControls.Repeater.DataBind()
   Education.NqtPool.InterviewerList.BindData() in c:\inetpub\wwwroot\evolutioninternet\education\nqtpool\interviewerlist.aspx.cs:132
   Education.NqtPool.InterviewerList.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\evolutioninternet\education\nqtpool\interviewerlist.aspx.cs:68
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750



Cheers

Gareth

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 09-Feb-2005 15:56:15   

Regenerating the code fixes this.

(sorry for this laaaaaaaaaaaate reply, I've replied by mail back then.)

Frans Bouma | Lead developer LLBLGen Pro