chandrakanthbv
-
12/17/2008 2:12:08 PM
Error after Deployment : Hashtable insert failed. Load factor too high.
Hi,
After instalation of the Portal when navigating to the home page of the Portal the following error is displayed. Can anyone guide on how to resolve the same.
Thanks Chandra
----------------------------------------------------------------------------------------------------------------------- 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.InvalidOperationException: Hashtable insert failed. Load factor too high.
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:
[InvalidOperationException: Hashtable insert failed. Load factor too high.] System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +2903977 System.Collections.Hashtable.set_Item(Object key, Object value) +11 System.Web.Configuration.HttpCapabilitiesBase.GetAdapter(Control control) +340 System.Web.UI.Control.ResolveAdapter() +81 System.Web.UI.Control.get_Adapter() +33 System.Web.UI.Control.get_EnableLegacyRendering() +55 System.Web.UI.Control.GenerateAutomaticID() +72 System.Web.UI.Control.AddedControl(Control control, Int32 index) +172 System.Web.UI.ControlCollection.Add(Control child) +146 System.Web.UI.SimpleTemplate.InstantiateIn(Control control) +85 System.Web.UI.WebControls.Repeater.InitializeItem(RepeaterItem item) +71 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +57 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +454 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +53 System.Web.UI.WebControls.Repeater.DataBind() +72 CMS.Controls.BasicRepeater.DataBind() +27 CMS.Controls.CMSRepeater.DataBind() +19 CMS.Controls.CMSRepeater.ReloadData(Boolean forceReload) +1664 CMS.Controls.CMSRepeater.OnInit(EventArgs e) +362 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
|