CPU usage 100%

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi!
While working in c# after say 10 minutes , the CPU usage increases to 100%
and the framework ide hangs for a couple of minutes.
The CPU usage touches hundred as soon as I switch between Design view and
code view.
I have Win XP SP2.

Any solutions?
 
Using VS.Net 2003, or 2005 Beta?

Are you switching between the Winform Designer and the code view?

Are you using any 3-rd party controls? How about in-house controls?

A control on a Winform is "live" at design time, it could be that some code
in one of the controls is suspect. If you have any suspect controls, try
removing them one, by one, from the form until the problem goes away.
 
J.Marsch said:
Using VS.Net 2003, or 2005 Beta? I am using VS.Net 2003

Are you switching between the Winform Designer and the code view?
Yes I am doing exactly the same
Are you using any 3-rd party controls? How about in-house controls?
No no third party tools.

Any suggestions
 
It still sounds like it could be a control that is misbehaving. Does this
happen with any form, or is it a specific form in your project (or maybe a
specific group of forms that share something in common?).
 
J.Marsch said:
It still sounds like it could be a control that is misbehaving. Does this
happen with any form, or is it a specific form in your project (or maybe a
specific group of forms that share something in common?).
May be thats true but very difficult to find out though
Thsnks any way
 
Back
Top