VS 2005 IDE is very slow if a form that contains a Typed-CoreLab-pgDataSet should open at Design-time

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
MiMa1974
Posts: 4
Joined: Mon 13 Aug 2007 11:34

VS 2005 IDE is very slow if a form that contains a Typed-CoreLab-pgDataSet should open at Design-time

Post by MiMa1974 » Mon 13 Aug 2007 12:03

Hi!

I've create a typed dataset with your Dataset Manager.
(130 tables with a datatable-adapter for each table and about 30 relations over all) (The DataSet1.Designer.cs has 7,639 KB)
So far so good. :lol:

If I now add this dataset to a form in my c# project then my PC need 5 Minutes to show my form in the design-time-view after a double click in the solution-explorer. Every time if I open that form in desin-time!. At Runtime it is fast enough.

Environment:
VS 2005, Project: Windows c#
Postgres SQLDirect 3.0.10.0 Professional Edition
Windows XP on Intel DualCore 3.0 Ghz / 2 GB RAM

Thanks for help!!

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

Post by Alexey » Mon 13 Aug 2007 12:26

Please send me your dataset, so that I could reproduce the problem.
Use email address provided in the Readme.txt file.

Post Reply