I am relatively new to c# and to SharpDevelop. I am creating a small application witha main form that is quite complicated with 8 tab controls each with a dataview grid, 16 text boxes, 3 combo boxes, 9 buttons and labels. When I try to add some new labels to the buttons the file form1.designer.cs gets corrupted and I have to manually remove the new labels and put bacl some code that has been removed.
I have done this twice so I assume that I am possibly hitting a limit in the software or a bug.
Has anyone else experienced this?
I am using version 5.1.0 build 5134
Thanks