views:

30

answers:

0

We are using Visual Studio 2008 for our development of our core product. We have a C# solution with roughly 5 projects and 250 data sources.

It takes anywhere from 15-25 seconds any time I do either Data > Show Data Sources, or if I click a (DataBindings) control property drop-down to bind a value of a control to a Data Source.

Aside from reducing the number of datasources we use, is there any way to speed up viewing/selecting data sources, especially when I go through and bind controls to the Data Source? I know I can copy and paste the (DataBindings) settings, instead of clicking the drop-down, but it would be nice to use the drop-down instead for convenience.