I don\'t know what to do because the error is in the Form1.Designer.cs and because I have no experience in debugging that part of the program.
Form1.Designer.cs
/
The error is on this.Name = "Form1";
I suspect you have created a control named Name, which conflicts with the Name property of the window. Just rename the control to something else and it should work again.
Name