您的位置:首页 > 其它

哈希表插入失败。加载因子太高。

2012-09-05 22:45 736 查看
症状

哈希表插入失败。加载因子太高。

在 System.Collections.Hashtable.Insert
在 System.Collections.Hashtable.set_Item
在 System.ComponentModel.ReflectTypeDescriptionProvider.ReflectGetAttributes

在 System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetAttributes()
在 System.ComponentModel.TypeDescriptor.TypeDescriptionNode.DefaultTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
在 System.ComponentModel.TypeDescriptor.GetAttributes

 

原因

因为应用程序中的多个线程同时调用Hashtable.Insert方法,将出现此问题。

解决方案

更新补丁KB981145即可解决问题

 

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: