Well, the refactoring option did not work. I disabled it, exited VS 2005,
then went back in and it still sucks up 100% of the CPU and takes 5-10
seconds to finish after changing a label's name and then I can continue.
I didn't quite understand what I was supposed to do with the link to
http://www.mztools.com/articles/2004/MZ005.htm
I read the information but didn't see how I should use it. Can you explain
a little bit further?
Thanks.
> Well, the refactoring option did not work. I disabled it, exited VS 2005,
> then went back in and it still sucks up 100% of the CPU and takes 5-10
> seconds to finish after changing a label's name and then I can continue.
VS 2005 is a slower than VS.NET 2003 renaming things, I know it because some
features of my add-in do renames, but 5-10 seconds is excesive if you have
all add-ins and refactoring turned off...
> I didn't quite understand what I was supposed to do with the link to
> http://www.mztools.com/articles/2004/MZ005.htm
> I read the information but didn't see how I should use it. Can you
> explain a little bit further?
There is nothing to do, it is simply a possible explanation of the high
memory usage.
I am out of ideas, but one thing that you can test is if this happen with a
particular (large) solution or with all kind of solutions.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
CodeConqueror - 13 Mar 2006 17:48 GMT
If I add a new label to the form in my project, it can be altered very
quickly (1 second), but if I modify a label that was already there, it takes
5-10 seconds.
If I create a new blank project and add a label to the form, it can be
altered very quick as well (1 second). It's really weird. At first I
thought it was because the existing labels were being referenced in the code
and maybe that was affecting it, but I checked and none of them are. They
are just on the form and their current caption (from design view) doesn't
change when the program executes. So, now I am still clueless as to what the
problem is. Very weird.
Thanks for your help Carlos.
If no one else has any ideas, I'm just stuck with it like that. :( I guess
worse things could happen.
> > Well, the refactoring option did not work. I disabled it, exited VS 2005,
> > then went back in and it still sucks up 100% of the CPU and takes 5-10
[quoted text clipped - 14 lines]
> I am out of ideas, but one thing that you can test is if this happen with a
> particular (large) solution or with all kind of solutions.