Windows Forms/C# - Controls disappear from Design mode of winform.
-
Hi, I have a strange kind of problem. I never faced it nither heard about it. All controls are disappeared from Design mode. :sigh: Form.Designer.cs is having complete code of control initialization but there is no control in design mode... :( I tried to add new controls with same name, it says control already exist. :(( What is the possible reason of this?:confused: I want to regenerate those old controls kindly help.
saif
-
Hi, I have a strange kind of problem. I never faced it nither heard about it. All controls are disappeared from Design mode. :sigh: Form.Designer.cs is having complete code of control initialization but there is no control in design mode... :( I tried to add new controls with same name, it says control already exist. :(( What is the possible reason of this?:confused: I want to regenerate those old controls kindly help.
saif
I once encountered similar problem. I deleted the solution's user option file. It's usually located it the same directory as your solution file. It's hidden by default and has the same name as your solution file, but with ".suo" extension. I'm using VS2005.
Excuse me for buttin' in, but I'm interrupt driven.