| Subject: Intellisense constantly using CPU or locks up |
| Group: microsoft.public.vstudio.general |
| Date: 8/21/2008 12:48:33 PM |
| From: todd [Email Address Protection] |
I noticed that VS2008 is constantly updating intellisense at 70-100% CPU usage - and I mean constantly. I have left my laptop on overnight and it was still updating this morning. I found several references to this issue in VS2005 but it appears to not have been fixed - hence my repost of the issue. Clearly disabling intellisense is worse since it is extremely useful. This is a large MFC/C++ project. In addition, often when I right click, VS2008 will lockup and I need to end process. I have an older laptop with one core so this is very debilitating to my productivity. Thanks, Todd |
| Back |
| Subject: Re: Intellisense constantly using CPU or locks up |
| Group: microsoft.public.vstudio.general |
| Date: 8/21/2008 2:50:06 PM |
| From: Stephen Wolstenholme [Email Address Protection] |
On Thu, 21 Aug 2008 12:48:33 -0700 (PDT), todd <tstephan@gmail.com> wrote: >I noticed that VS2008 is constantly updating intellisense at 70-100% >CPU usage - and I mean constantly. Change the .ncb file to read only. Intellisense still works but does not get updated. Steve -- Neural Planner Software Ltd http://www.NPSL1.com EasyNN-plus. Build Neural Networks. http://www.easynn.com SwingNN. Forecast the Future. http://www.swingnn.com |
| Back |
| Subject: Re: Intellisense constantly using CPU or locks up |
| Group: microsoft.public.vstudio.general |
| Date: 8/25/2008 8:43:50 AM |
| From: todd [Email Address Protection] |
On Aug 21, 4:50=A0pm, Stephen Wolstenholme <st...@tropheus.demon.co.uk> wrote: > On Thu, 21 Aug 2008 12:48:33 -0700 (PDT), todd <tstep...@gmail.com> > wrote: > > >I noticed that VS2008 is constantly updating intellisense at 70-100% > >CPU usage - and I mean constantly. > > Change the .ncb file to read only. Intellisense still works but does > not get updated. > > Steve > > -- > Neural Planner Software Ltd =A0 =A0 =A0 =A0 =A0http://www.NPSL1.com > EasyNN-plus. Build Neural Networks. =A0http://www.easynn.com > SwingNN. =A0 =A0 Forecast the Future. =A0 =A0http://www.swingnn.com Thanks, I will give that a try. |
| Back |