Hashtable insert failed. Load factor too high

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/4/2010 12:53:42 AM
Gravatar
Total Posts 1

Hashtable insert failed. Load factor too high

I was trying to create some new page content on my site and was a bit click happy.  I now see the generic error message when I try to view any page on the site and in the log I am getting:

2010-08-04 01:07:09,898 ERROR mojoPortal.Web.mojoBasePage - 203.219.45.7-en-AU - /default.aspx
System.InvalidOperationException: Hashtable insert failed. Load factor too high.
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.set_Item(Object key, Object value)
at System.Web.Configuration.HttpCapabilitiesBase.GetAdapter(Control control)
at System.Web.UI.Control.ResolveAdapter()
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Any suggestions on what to do now?

Thanks

Linda

8/4/2010 9:47:09 AM
Gravatar
Total Posts 18439

Re: Hashtable insert failed. Load factor too high

Hi Linda,

That is a strange error and I have never seen it before, but googling for it finds a bunch of information and it seems that it is a Microsoft bug that can be fixed with a hotfix.

My recommendation would be to first make sure the machine is up to date on all the windows updates and see if that resolves it. If not then try the hotfix.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.