I'm developing a windows form designer. I'm not able to view form designer to add components. How can I solve my problem? resx is present. I reset also devenv simone
Asked
Active
Viewed 6,758 times
0
-
You can take a look to this [Thread](https://stackoverflow.com/questions/5974115/how-to-display-toolbox-on-the-left-side-of-window-of-visual-studio-express-for-w), I think that it's the same issue – R. García Apr 22 '18 at 14:56
-
Alright. But what does appear when you double click on the form? Any messages in the Output window? Did you edit the form's cs file outside of Visual Studio? – Bozhidar Stoyneff Apr 22 '18 at 15:37
2 Answers
0
Try this:
- Shift+F7 press
- in the Solution Explorer right click on the form and click "View Designer" option

Oshawott
- 539
- 5
- 12
0
@ Simnoe : I have face the same issue with VS 2017, but I was able to solve it. What you got to do is right click on your form, for example if your form name is "Form1.cs". Right click on it and you'll see an option called "Include in project", just click on it, this should solve your problem.

Turing
- 114
- 13