Hashtable insert failed. Load factor too high.

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Hashtable insert failed. Load factor too high.

Post by jay@bplogix.com »

I occasionally get this error when I launch a report from my ASP.NET application:

Hashtable insert failed. Load factor too high.
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) +10066741
Stimulsoft.Base.Localization.StiLocalization.Add(String category, String key, String value) +194
Stimulsoft.Base.Localization.StiLocalization.LoadInternal(Stream stream) +367
Stimulsoft.Base.Localization.StiLocalization.LoadDefaultLocalization() +227
Stimulsoft.Base.Localization.StiLocalization.Get(String category, String key, Boolean throwError) +323
Stimulsoft.Report.Web.StiSaveTypeList..ctor(StiWebViewer viewer) +1262
Stimulsoft.Report.Web.StiToolBar.AddSaveTypeList() +46
Stimulsoft.Report.Web.StiToolBar.CreateChildControls() +2900
Stimulsoft.Report.Web.StiToolBar..ctor(StiWebViewer viewer) +160
Stimulsoft.Report.Web.StiWebViewer.CreateChildControls() +349
System.Web.UI.Control.EnsureChildControls() +146
Stimulsoft.Report.Web.StiWebViewer.OnLoad(EventArgs e) +76
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Control.LoadRecursive() +191
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

What can cause this and how can I resolve this?
Thanks!
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Hashtable insert failed. Load factor too high.

Post by Vladimir »

Hello,

We have made changes in the localization of the WebViewer component, now localization values are stored in a static locked object. Changes will be available today in the prerelease build.

Thank you.
Post Reply