DataBinding memory leak in Windows Forms 1.1

I am currently writing a Windows Forms Application using Beta 2 in C#.
I will be using data binding.

I understand that the .net framework 1.1 has a memory leakhttp://support.microsoft.com/default.aspx?scid=kb;en-us;813137
Has this memory leak been resolved in the new 2.0 Framework?
Thanks

Russell Mangel
Las Vegas, NV

[503 byte] By [RussellMangel] at [2008-2-26]
# 1
Yes - this issue has been addressed. We now clear a control's binding collection when the control is disposed.

Joe

JoeStegman at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...