In a very large project I have inherited a form which also inherits other forms. The problem is when I try to view it in the designer it is showing me my custom error form!
I've tried enabling break on all errors and still it just displays my custom error form for a object not set.
How can I get the designer to show me the error location?
I've gone through all of the inherited forms and commented out the try and catch blocks in the hope it will show me the error to no avail.