alexandrel-kimahrisoftware
-
3/1/2012 1:07:54 PM
Hashtable insert failed. Load factor too high.
Hi,
I got this exception on my website, any help would be much appreciated.
Server Error in '/' Application. ________________________________________ Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously. 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. The most common cause is multiple threads writing to the Hashtable simultaneously.
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. The most common cause is multiple threads writing to the Hashtable simultaneously.] System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +12640665 CMS.CMSHelper.SessionManager.UpdateCurrentSession(String siteName) in D:\Projet\Public Web Sites - Scrum\KenticoSourceCode\CmsHelper\SessionManagement\SessionManager.cs:307 Global.Session_Start(Object sender, EventArgs e) +108 System.Web.SessionState.SessionStateModule.CompleteAcquireState() +409 System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1296 System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +115 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +371
________________________________________ Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
|