写好的页面中的按纽的委托事件无缘无故自动丢失,
比如:
private void InitializeComponent()
{   
this.Button1.Click += new System.EventHandler(this.Button1_Click); 
}
中的"this.Button1.Click += new System.EventHandler(this.Button1_Click); "会自动消失了,听说这是.net的一个bug,好象装个补丁就可以了.有谁知道修补此bug的补丁是什么?在哪下载?