I have an annoying problem. Sometimes Visual Studio does not show option “View designer” for some of my forms in solution explorer. It does not show design mode errors, just doesn’t show option to use the designer. I cannot figure out exact cases when this happens.. Does anybody have some ideas about what causes such behavior of solution explorer?
I have an annoying problem. Sometimes Visual Studio does not show option View designer
Share
Your forms are probably inheriting a custom form class.
There may be times when VS doesn’t realize that the custom class inherits
Form. (eg, if the solution doesn’t build).Try rebuilding the solution.
If you want a more precide answer, please provide more details.