PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET WinForm app speed issue

Reply

WinForm app speed issue

 
Thread Tools Rate Thread
Old 08-05-2008, 01:13 AM   #1
John
Guest
 
Posts: n/a
Default WinForm app speed issue


Hi

I have a multi-form winform database application. The client keeps
complaining that application runs too slow 50% of the time. The problem
seems to be in two areas;

a) app is slow maximising after a prolonged period of being minimised.

b) when user clicks on a toolbar to select one of the several already open
forms.

This seems to suggest that there is nothing wrong with application per se as
application works fine 50% and also maximising app or moving from one open
form to another open form does not do anything special code wise. Also as
other non .net apps run just fine on the same pcs, this can't be due to spec
of pcs. I have also ngen'd the app using command line 'ngen install
myapp.exe'.

I am therefore wondering what can be causing this slow response and would
appreciate any help in ironing out this speed issue.

Many Thanks

Regards


  Reply With Quote
Old 08-05-2008, 01:42 AM   #2
John
Guest
 
Posts: n/a
Default Re: WinForm app speed issue

PS: I am using following Infragisitcs assemblies/controls in my app;

ngen install Infragistics2.Shared.v8.1.dll
ngen install Infragistics2.Win.AppStylistSupport.v8.1.dll
ngen install Infragistics2.Win.Misc.v8.1.dll
ngen install Infragistics2.Win.SupportDialogs.v8.1.dll
ngen install Infragistics2.Win.UltraWinCalcManager.v8.1.dll
ngen install Infragistics2.Win.UltraWinCalcManager.v8.1.FormulaBuilder.dll
ngen install Infragistics2.Win.UltraWinDataSource.v8.1.dll
ngen install Infragistics2.Win.UltraWinDock.v8.1.dll
ngen install Infragistics2.Win.UltraWinEditors.v8.1.dll
ngen install Infragistics2.Win.UltraWinExplorerBar.v8.1.dll
ngen install Infragistics2.Win.UltraWinGrid.v8.1.dll
ngen install Infragistics2.Win.UltraWinListView.v8.1.dll
ngen install Infragistics2.Win.UltraWinMaskedEdit.v8.1.dll
ngen install Infragistics2.Win.UltraWinStatusBar.v8.1.dll
ngen install Infragistics2.Win.UltraWinTabControl.v8.1.dll
ngen install Infragistics2.Win.UltraWinToolbars.v8.1.dll
ngen install Infragistics2.Win.UltraWinTree.v8.1.dll
ngen install Infragistics2.Win.v8.1.Design.dll
ngen install Infragistics2.Win.v8.1.dll

"John" <info@nospam.infovis.co.uk> wrote in message
news:u%23juUBKsIHA.4788@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I have a multi-form winform database application. The client keeps
> complaining that application runs too slow 50% of the time. The problem
> seems to be in two areas;
>
> a) app is slow maximising after a prolonged period of being minimised.
>
> b) when user clicks on a toolbar to select one of the several already open
> forms.
>
> This seems to suggest that there is nothing wrong with application per se
> as application works fine 50% and also maximising app or moving from one
> open form to another open form does not do anything special code wise.
> Also as other non .net apps run just fine on the same pcs, this can't be
> due to spec of pcs. I have also ngen'd the app using command line 'ngen
> install myapp.exe'.
>
> I am therefore wondering what can be causing this slow response and would
> appreciate any help in ironing out this speed issue.
>
> Many Thanks
>
> Regards
>



  Reply With Quote
Old 08-05-2008, 04:03 AM   #3
Mr. Arnold
Guest
 
Posts: n/a
Default Re: WinForm app speed issue


"John" <info@nospam.infovis.co.uk> wrote in message
news:%23NFyjRKsIHA.2492@TK2MSFTNGP06.phx.gbl...
> PS: I am using following Infragisitcs assemblies/controls in my app;
>


Maybe, your problem is the use of those 3rd party tools. Maybe, you should
be talking to Infragistics about speed issues using their controls.

http://msdn.microsoft.com/en-us/magazine/cc163630.aspx

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off