Disappearing Controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm building a small C# WinForms app that has two browser controls and one
Windows Media Player control. Things generally are working fine but several
times what has happened is that I'll load the solution and these controls
seem to have disappeared.

Why would this have happened?
 
Robert W. said:
I'm building a small C# WinForms app that has two browser controls and one
Windows Media Player control. Things generally are working fine but
several
times what has happened is that I'll load the solution and these controls
seem to have disappeared.

Why would this have happened?

I've found this happens when switching from debug to release mode or
vice-versa. To get around this close all designers before switching. It's
also a good idea to use sourcesafe so you can roll back any damage if it
does happen. :-)

Michael
 
I was developing a Inhouse Framework for the Winform. In the first 1
release to Testing i got this problem that when ever a developer runs
the application using framework all the controls disappears from the
designer. Are you using some kind of a framework or ne 3rd party tool.

Regards,
Naveed Ahmad Bajwa
http://bajoo.blogspot.com/
 
Back
Top