...has no property named 'TableMapping.DataSetTable'

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
[email protected]
Posts: 38
Joined: Tue 07 Mar 2006 17:13

...has no property named 'TableMapping.DataSetTable'

Post by [email protected] » 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:
The type 'CoreLab.MySql.MySqlDataTable' has no property named 'TableMapping.DataSetTable'.
details are:
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)
The easy workaround is to close the Form Designer and re-open the Form Designer, and the error goes away.

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 23 Aug 2006 06:18

What is the version of your VS?

[email protected]
Posts: 38
Joined: Tue 07 Mar 2006 17:13

Post by [email protected] » Wed 23 Aug 2006 16:17

Sorry - should have included that.

VS 2005, ver 8.0.5072742
.NET Framework 2.0.50727
Corelab MySQL .NET 3.50.10.0 (runtime 2.0.50727)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 28 Aug 2006 06:06

Please try the latest version of MySQLDirect .NET.

Post Reply