G
Guest
I have a performance issue that only shows on a few peoples PC's.
I have 20 people all using the same windows app that I wrote.
On 5 of the 20 the performance is extremely bad.
On my PC it takes no time at all to display a System.Windows.Forms.DataGrid.
On the 5 that have the performance problem it takes 30 seconds to display the grid.
I am not sure if is just the grid or if it some general framework issue.
I debugged it on one of the bad machines and found that
when I call DataGrid.TableStyles.Add (myGridSyle) is where the slow performace is.
How could this be so different on different machines?
All have framework 1.1.4322.
Chris
I have 20 people all using the same windows app that I wrote.
On 5 of the 20 the performance is extremely bad.
On my PC it takes no time at all to display a System.Windows.Forms.DataGrid.
On the 5 that have the performance problem it takes 30 seconds to display the grid.
I am not sure if is just the grid or if it some general framework issue.
I debugged it on one of the bad machines and found that
when I call DataGrid.TableStyles.Add (myGridSyle) is where the slow performace is.
How could this be so different on different machines?
All have framework 1.1.4322.
Chris