G
Guest
I have a form "form1" that I can open in vs.net 2005 designer. Now I also
have "form2" which is derived from form1. I can not open this "form2" in
designer view which shows null reference exception on design view.
On call stack, it is showing that designer is trying to call form1.shown
method which has one reference which is not set yet.
How come I can open "form1" in design view but can not "form2"?
Any idea how to solve this problem?
have "form2" which is derived from form1. I can not open this "form2" in
designer view which shows null reference exception on design view.
On call stack, it is showing that designer is trying to call form1.shown
method which has one reference which is not set yet.
How come I can open "form1" in design view but can not "form2"?
Any idea how to solve this problem?