Groups | Blog | Home
all groups > dotnet performance > september 2006 >

dotnet performance : Solution/Project Performance


Leonardo Ellermann
9/18/2006 1:30:05 PM
Hi,

ich have some performance problems here. I have a solution with 18 project.
For GUI presentation I use DevExpress controls.
If I create a new solution with one form, some controls like grid control,
navigation bars and toolbars and I let it run, when I rezise the form the
performace is ok.
Now I have for my project many requirements that it make necessary to make
new classes derived from the default DevExpress controls. Then I put this
new controls in my form instead the default controls. Now when I let
the programm run, all is getting slower. When I resize the form it is not
really good.
I just look for code that can bring the perfomance down, but I found
nothing.
Also if I only put the new library as a reference I get poor result.
Did anyone has problems like this?

Thx
Leo


Bryan Phillips
10/15/2006 4:26:29 PM
What extra functionality are you adding by subclassing the DevExpress
controls? I would try replace the DevExpress controls one at a time
with your subclassed versions to help isolate the problem.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com




"Leonardo Ellermann" <Leonardo.Ellermann@modusconsult.de> wrote in
message news:ecqUOXx2GHA.1268@TK2MSFTNGP02.phx.gbl:

[quoted text, click to view]
AddThis Social Bookmark Button