In my desktop application, I previously developed a form and completed it ten, but then I made small changes to my form. But even after the change, when I run the program, the previously created form is now displayed.
What could be the problem ... can someone help me?
Try:
Remove all \ BIN directories in your solution
Build-> Clear Project
Restore all
Another place to check is the solution build configuration.
, . , .
When you make changes, say, Form1, to the visual constructor, Visual Studio will display those contained in the code found in the Form1.Designer.cs file in the InitializeComponent () method. At this point you can check for errors.
Source: https://habr.com/ru/post/1776185/More articles:gcc, the width of a long int on different architectures - gccHow to skip tests when using the Maven reactor? - maveninnerHTML removing a trailing slash from an image tag - javascriptHow to format OracleNumber as a whole - c #Cucumber + EmailSpec + Rails3: почему он говорит, что никакие электронные письма не отправляются, когда они действительно работают? - ruby-on-railsSort all words in a file by length in one reading. (Java) - javaMySQL INSERT gradually slows down on Ubuntu, but not on Windows - mysqlArrange between tabs in Extjs - extjsNetwork speed monitoring in Java on Windows - javaThe constructor of the attribute decorating the main method is not called in release builds - c #All Articles