Relative Content

Tag Archive for c#.netwindows-forms-designer

Visual Studio Designer changes code so much that UI no longer works

I’m trying to add to a project of a colleague which is an UI for a monitoring program. Adding new UI elements to the project or changing existing ones results in the designer recompiling the designer.cs in such a way that the UI is no longer as it should be.
The only changes made to the solution are in the designer.cs and the view.resx file. My colleague making the same change of moving the textbox results in no issue at all. I’ve verified that I’m using the same SDK, platforms and visual studio version.
I’ve tried all I can think of like fresh installs, comparing settings etc. but can’t seem to figure out the cause.

Visual Studio Designer changes code so much that UI no longer works

I’m trying to add to a project of a colleague which is an UI for a monitoring program. Adding new UI elements to the project or changing existing ones results in the designer recompiling the designer.cs in such a way that the UI is no longer as it should be.
The only changes made to the solution are in the designer.cs and the view.resx file. My colleague making the same change of moving the textbox results in no issue at all. I’ve verified that I’m using the same SDK, platforms and visual studio version.
I’ve tried all I can think of like fresh installs, comparing settings etc. but can’t seem to figure out the cause.