...has no property named 'TableMapping.DataSetTable'
Posted: Tue 22 Aug 2006 16:23
Sometimes when I'm working on a project if I run (in debug mode) my application runs properly. But when I return to the IDe from Debug mode the form designer gives me the following Designer Error on one or more tables:
This is not a big problem obviously, but it falls under the category of annoying. Do you know what causes this and how I can avoid it in the future? Clossing and reopening the Form Designer gets old after a while.
Many thanks,
John
details are:The type 'CoreLab.MySql.MySqlDataTable' has no property named 'TableMapping.DataSetTable'.
The easy workaround is to close the Form Designer and re-open the Form Designer, and the error goes away.at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
This is not a big problem obviously, but it falls under the category of annoying. Do you know what causes this and how I can avoid it in the future? Clossing and reopening the Form Designer gets old after a while.
Many thanks,
John