VS.NET 2005's design time databinding, it's seriously broken.
Posted by: Frans Boumas blog,
on 23 Dec 2005 |
View original | Bookmarked: 0 time(s)
Please read the bugreport at ladybug first. The example code there illustrates what's going on. These two issues doesn't only occur with datasets, but also with collections and custom classes.
Other issues
There are two more issues with design time databinding, which are serious, though take a bit more work to reproduce. The first is when you bind an IBindingList implementing collection at design time to a DataGridView. The grid will call AddNew(), to try to grab the property descriptors for...