WinForms Designer Keeps Breaking... Losing work

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

Twice now that I have opened a control it's blank on design surface.
Designer code is there, but nothing renders on form and getting no
compilation errors. What's going on?

Thanks,
Charlie
 
Charlie@CBFC said:
Hi:

Twice now that I have opened a control it's blank on design surface.
Designer code is there, but nothing renders on form and getting no
compilation errors. What's going on?

I've had this when going from Debug to Release mode or vice versa. Make sure
you close all designers before doing this.

This can happen at other times for various reasons, such as an exception
while loading one of the controls. If it happens close without saving so you
don't lose changes and try to find the source of the error.
 
Michael C said:
I've had this when going from Debug to Release mode or vice versa. Make
sure you close all designers before doing this.

This can happen at other times for various reasons, such as an exception
while loading one of the controls. If it happens close without saving so
you don't lose changes and try to find the source of the error.

If you're using VS2005, have you installed SP-1?

Good luck.
Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top