✅ VS bug?
No matter what C# code I write, the Form1.cs(Design) view in Visual Studio NEVER updates. I don’t know what I’m doing wrong, but it just doesn't reflect any changes I make in the code. The only time it changes is when I actually run the executable. In Visual Studio, it remains the same and looks like the attached photo. (the UI shows when i run the .EXE but not when i run in VS)Can someone help me understand why the design view isn't updating and how to fix this?

4 Replies
Winforms does not have any kind of hot reloading
and the designer reflects design changes made IN THE DESIGNER, not stuff you do in your own code
If you have no further questions, please use /close to mark the forum thread as answered
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
ight