HashTable Insert Failed. Load Factor Too High. .NET 2.0 SP2
问题 We've just encountered this error on our web app, and immediately found the article here Hashtable insert failed. Load factor too high. - ASP.NET 2.0. However, the hotfix that this points to (http://support.microsoft.com/?id=927579) was already included in .NET 2.0 SP1 (http://support.microsoft.com/kb/945757). A restart of the WWW Publishing Service made it go away. Does anyone know of any other valid conditions where this can occur? And how to make sure they don't happen? Thanks. Edit: I