I had a form up and running, did a save and then nothing. The form reapeared with no controls on it. I checked the Code view and all the code was there. I checked the form.designer.cs, all the descriptors for all the boxes, control, and everything else were there. So why isn't being seen. This is the second this has happened.
I dont want to recreate the whole project.
How can I "turn on" or recreate this form?
Thanks
LisaPosted Apr 7, 2009, 8:48 AM
posting the code would help debugging the issue, but hearing your case it sounds like you may have been opening a new form after those actions, please check. if the controls are being created dynamically then you need to have the intialized component or some other custom function that actually creates the controls.
posting the code would really help someone solve the issue faster.
Thanks,
Lisa