for examle
<app:CustomDropDown ID="test" runat="server" InvalidProperty="SOMETHING" />
This does not generate an error. Sometimes i spend hours trying to figure out why my custom controls are displaying no data. Most of the time it turns out they are using and old non existing property and yet no error is generated on execution.
What could cause this?