1. It is call WSOD. Google visual studio WSOD
2. If you browse this forum you will see a lots of people have the same problem, lots of different error messages.
3. The cause is the form designer sucks. Micosoft said it is a "feature", one we could do without.
4. Solution - there are several, one is closeVS and delete the obj and bin directories and try again - never work for me but seems to work for some people.
5. Solution -mine is to commentout all ofMYFORM.designer.vb.Use a copy your project of course.
Your form should display - empty.
Close the form. Start uncommenting from the top. Keep tryingto open the form in the designer.
You should find the line(s) causing problem.
Good luck