Note that there are some explanatory texts on larger screens.

plurals
  1. POHashtable insert failed. Load factor too high. - ASP.NET 2.0
    text
    copied!<p>I received the following error while trying to login to a secured directory. As far as I know there are no large hashtables in use. The user login information is in the web.config file. Notice this is happening in .NET 2.0. I've searched and found references to this occurring in .net 1.0 or 1.1 environments but I haven't found a solution for it happening in 2.0+.</p> <p>I need to figure out why this happened so I can avoid it in the future. I could just reset the server and maybe it goes away but I would prefer to understand why it happened.</p> <p>Here is the entire error page as shown:</p> <blockquote> <p>Server Error in '/' Application.</p> <p>Hashtable insert failed. Load factor too high.</p> <p>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. </p> <p>Exception Details: System.InvalidOperationException: Hashtable insert failed. Load factor too high.</p> <p>Source Error: </p> <p>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.</p> <p>Stack Trace: </p> <p>[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<br> System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetAttributes(Type type) +323<br> System.ComponentModel.ReflectedTypeData.GetAttributes() +36 System.ComponentModel.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetAttributes() +50 System.ComponentModel.TypeDescriptor.GetAttributes(Type componentType) +26<br> System.Web.UI.ThemeableAttribute.IsTypeThemeable(Type type) +98<br> System.Web.UI.Control.ApplySkin(Page page) +49<br> System.Web.UI.Control.InitRecursive(Control namingContainer) +2120286<br> System.Web.UI.Control.InitRecursive(Control namingContainer) +198<br> System.Web.UI.Control.InitRecursive(Control namingContainer) +198<br> System.Web.UI.Control.InitRecursive(Control namingContainer) +198<br> System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834</p> <p>Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload