For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > November 2005 > VC++2005 is very slow compare to VC++2003









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author VC++2005 is very slow compare to VC++2003
user@domain.invalid

2005-11-09, 7:00 pm

Any one realize that the new VC++ 2005 is very slow (compile, normal IDE
editing, compiled code runs slower and exe size is larger) compare to
VC++ 2003, I was quite excited when I switched the 2003 to 2005 last
night, but now I am regret that I uninstalled my VC++ 2003 and plan to
reinstall back tonight :'(
ming

2005-11-12, 7:57 am

I have the same feeling like you.
It take a long time to save a file. Even it is a single file with 200 lines.
The vs take about more than one minute to save the file.


oksteev

2005-11-28, 12:14 pm

quote:
Originally posted by ming
I have the same feeling like you.
It take a long time to save a file. Even it is a single file with 200 lines.
The vs take about more than one minute to save the file.



If you have messed around with code snippets at all you might want to give this a try:

Deny Read/Write access to the expansionsxml.xml file in the \Documents and Settings\USERNAME\local settings\Application Data\Microsoft\VisualStudio\8.0\1033

It seems that visual studio has some inefficiency when writing to this file... which stores information on code snippets...

VS2005 used to hang for like 10 seconds every time I saved a file even if there were no changes. After denying read/write access to it there is no pause at all.

- steve
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com