Can't view form design in IDE

  • Thread starter Thread starter Jason L James
  • Start date Start date
J

Jason L James

Hi all,

can anyone offer me a reason why I am unable to view
my form designer in the VS.Net IDE when I reload my CF
application?

Thanks,

Jason
 
Hi Jason,

Have you made any changes to the Initialize Component method in your Form
class. This is the method that is related to the different controls you add
to your form in the designer mode.

Any fondling with the code there leads to the designer being unavailable?

HTH,
Asheesh
 
Ash,

I don't think so. If I have, is there any way to get it back??

Thanks,

Jason.
 
Hi,

Do you know if the .resx file for the form was changed or deleted?
also check the InitializeComponent method, inside it is the code used to
create the design view.

Cheers,
 
Once I had rebuild the solution I was able to view the form
designer in the VS.Net IDE???


Thanks,

Jason.
 
Jason said:
Hi all,

can anyone offer me a reason why I am unable to view
my form designer in the VS.Net IDE when I reload my CF
application?

What's happening when you press "shift F7" or just "F7" ??? or I just
did'nt understand your question! What you mind by "reload"
 

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