When I try to open one of my forms in the designer, it says, \"Object reference not set to an instance of an object.\" It does not provide a way to continue, and it does not giv
This will sound silly. The form is apparently a duplicate for a work in progress and the build action was set to None. Setting it to Compile caused the designer to act as normal.
It would be nice if the designer would at least point you in the right direction. Problem solved.
This is because there is' an exception in the event "Load
" of the form.
Place the code inside a "try .. catch" block to see the exception