Design view of a form

  • Thread starter Thread starter Lews
  • Start date Start date
L

Lews

Guest
When I work with a Form project in VS .NET the designview of the form gets corrupt after a while and I'm not able to change the design anymore. I don't know what causes this problem, but when I run the program the form works.

Has anyone experienced the same problems?
 
Well there's your answer. Only make changes in that section if your are certain of what you're doing, otherwise the designer cannot render the page.
 
Well, that's what you get for ignoring the huge warning that tells you not to modify the designer generated code. Have fun recreating the form. Let this be a lesson learned.
 
Back
Top