M
M
moonysleeps2018-08-26 12:52:23
C++ / C#
moonysleeps, 2018-08-26 12:52:23

Why doesn't the designer open in Visual Studio?

Double clicking on "Form1.cs" stopped opening the project constructor. I really don't want to move the code to another project. How to solve the problem?
5b8277f7ada98913718549.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NonameProgrammer, 2018-08-26
@NonameProgrammer

Try going to the VIEW tab

V
VoidVolker, 2018-08-26
@VoidVolker

See constructor errors, the constructor code may have been changed, anything can happen. The constructor is often in a stupor due to different code or position of elements. For simple forms, it is excellent, but when you need something non-standard or complex, it is better to write with pens. It makes sense to create a new form and slowly transfer the constructor code of the old form into it with handles and see at what stage the constructor breaks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question