CPU usage 100%

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?
 
J

J.Marsch

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

John

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
 
J

J.Marsch

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

John

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top