Page 1 of 1

Design time problem with dataset

Posted: Mon 11 May 2009 11:43
by semihyumusak
I am having a problem in design-time compatibility of dotconnect for mysql.

Case: Over 60 data tables connected with several relations in a dataset (just like the "CRM SAMPLE" in the installation package)

Problem: Very long operation time while viewing forms in design-time (since it loads the dataset over and over again in every design-form load)

What do you recommend for larger CRM-like datasets like I have?

Thank you.

Posted: Wed 13 May 2009 13:27
by AndreyR
Are you using the DataSet Manager control? If yes, the problem is likely to be associated with the tables tree refreshing.
As a workaround, you can try not to use DataSet Manager (close it and then restart Visual Studio).
This should increase design time performance.

Posted: Sun 17 May 2009 16:15
by semihyumusak
It works, thank you...