I am migrating from Classic to Winforms 2010. In classic I override my property to add a StringLenthVerifier with MinValue = 1.
When I try to do the same in 2010 it says I already have a Property with that name. Override key word does nothing.
When I just add it to the Designer.cs I get a null reference exception when validation occurs. I can not trace down the null ref. Each value in the method that throws the error has a value.