VS.NET Dialog editor blows up

  • Thread starter Thread starter _JoeD
  • Start date Start date
J

_JoeD

I've experienced this several times now: VS net spontaneously vaporizes
controls from a dialog or reverts to older code, even if the dialog has
(supposedly) been saved.

Has anyone seen this?
 
I've experienced this several times now: VS net spontaneously vaporizes
controls from a dialog or reverts to older code, even if the dialog has
(supposedly) been saved.

Has anyone seen this?

I have had the same problem happening to me. I have never been able to
figure out what causes it. There is an article in the KB that talks
about a similar issue but it didn't really help me. If you look at the
code in InitializeComponent, you can see that the controls are there,
just not displayed.

In the end, it seems that closing the Design View window and recompiling
fixes the problem, at least for me.
 

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