I\'ve created a Form1.cs in a Windows Forms application, and there\'s already a file Form1.resx. But whenever I try to run my application, I\'m constantly getting the follow
Your .csproj is corrupted. You need to manually edit it. For a form, there must be 3 entries:
Form MyForm.cs MyForm.cs Designer