Dear Friends,I have a controller in it:four other controllers and a lable in a Groupbox. the program runs well without a problem.
But I want to delete the Label.After deleting the lable or even shifting it the Program doesn't work anymore.
I get errormessage:code generation for property 'IoList' failed. Error was: 'Type'System.Windows.Forms.TextBox' in Assembly 'System.Windows.Forms,Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' isnot marked as serializable.'
Also the IDE adds a lot of codes in the xxxController.Designer.cs
codes like:
this
.customIOController4.IODataList = ((System.Collections.Generic.List<string>)(resources.GetObject("customIOController4.IODataList")));
this.customIOController4.IOMouseDownDelegateHandlerList = null;
this.customIOController4.IOMouseUpDelegateHandlerList = null;
.customIOController4.IOSelectedIndex = 0;
what may this be? thank you All