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