VS 2008

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

Has anybody used Visual Studio 2008 Beta yet? If so, is it faster than
2005? It sure can't be slower! What was MS thinking?

David
 
seems the same. check your virus scan software, it can have a big impact.

-- bruce (sqlwork.com)
 
VS 2005 is, overall, pretty good on my machine. There are a couple of things
I have found that interfere:

1. Amount of memory on machine
2. Precompilation complete (on assemblies)? - If you are not constantly
adding additional patches/software, you can run a command line to complete
all of the ngening that normally runs in the background. Once complete,
things speed up.
3. Virus scanners - some really dog Visual Studio

Thus far, 2008 seems to have some of the same problems, so if you have one
of the above, you will likely find it slow, as well.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
I took my virus scanner out and it helped.
I have 1GB RAM and it is a fairly new PC.
No assemblies.

It just seems quite slow doing simple things and sometimes while it is
trying to do something my hard drive doesn't even flash but the page is
pretty slow to load initially. My projects are on the network and I have
1GB network connection. It would seem that things should be faster.

David
 
Hello David,

I found it more faster.
Are u experiensing some problems with VS 2008?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


DC> Has anybody used Visual Studio 2008 Beta yet? If so, is it faster
DC> than 2005? It sure can't be slower! What was MS thinking?
DC>
DC> David
DC>
 
Yes, the VS2005 designer was thrown away and replaced with a fast new one
that includes split screen (design & HTML view both visible & editable at
once).
 
Back
Top